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

◆ MouseLeaveGhostSlot()

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

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

780 {
781 HideOwnedSlotsTooltip();
782
784 {
785 m_EmptySelectedPanel.Show( false );
786 }
787
788 return true;
789 }
Widget m_EmptySelectedPanel
Определения SlotsIcon.c:33
Widget m_PanelWidget
Определения SlotsIcon.c:20
proto native Widget GetDragWidget()

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

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