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

◆ OnMouseEnter()

bool UIMenuPanel::OnMouseEnter ( Widget w,
int x,
int y )
inlineprivate

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

344 {
345 if ( UIScriptedWindow.GetActiveWindows() )
346 {
347 for ( int i = 0; i < UIScriptedWindow.GetActiveWindows().Count(); i++ )
348 {
349 if ( UIScriptedWindow.GetActiveWindows().GetElement( i ).OnMouseEnter( w, x, y ) )
350 {
351 return true;
352 }
353 }
354 }
355
356 return false;
357 }
Icon x
Icon y
@ Count
Определения RandomGeneratorSyncManager.c:8

Перекрестные ссылки Count, UIScriptedWindow::GetActiveWindows(), x и y.