DayZ 1.27
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено

◆ MouseEnterGhostSlot()

bool SlotsIcon::MouseEnterGhostSlot ( Widget w,
int x,
int y )
inlineprotected

См. определение в файле SlotsIcon.c строка 748

749 {
750 float pos_x, pos_y;
751 m_MainWidget.GetScreenPos(pos_x, pos_y);
752
753 x = pos_x;
754 y = pos_y;
755
756 PrepareOwnedSlotsTooltip( m_MainWidget, m_SlotDisplayName, m_SlotDesc, x, y );
758 {
759 m_EmptySelectedPanel.Show( true );
760 }
761
762
763 return true;
764 }
Icon x
Icon y
string m_SlotDesc
Определения SlotsIcon.c:42
string m_SlotDisplayName
Определения SlotsIcon.c:41
Widget m_EmptySelectedPanel
Определения SlotsIcon.c:33
Widget m_PanelWidget
Определения SlotsIcon.c:20
proto native Widget GetDragWidget()

Перекрестные ссылки GetDragWidget(), m_EmptySelectedPanel, m_PanelWidget, m_SlotDesc, m_SlotDisplayName, x и y.

Используется в MouseEnter().