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

◆ OnMouseEnter()

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

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

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

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