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

◆ MouseEnter()

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

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

736 {
737 if( m_Reserved )
738 return MouseEnterGhostSlot(w, x, y);
739
740 PrepareOwnedTooltip( m_Item, x, y );
742 {
743 m_CursorWidget.Show( true );
744 }
745 return true;
746 }
Icon x
Icon y
Widget m_CursorWidget
Определения SlotsIcon.c:22
ItemBase m_Item
Определения SlotsIcon.c:14
bool IsOutOfReach()
Определения SlotsIcon.c:729
Widget m_PanelWidget
Определения SlotsIcon.c:20
bool MouseEnterGhostSlot(Widget w, int x, int y)
Определения SlotsIcon.c:748
bool m_Reserved
Определения SlotsIcon.c:51
proto native Widget GetDragWidget()

Перекрестные ссылки GetDragWidget(), IsOutOfReach(), m_CursorWidget, m_Item, m_PanelWidget, m_Reserved, MouseEnterGhostSlot(), x и y.