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

◆ OnKeyDown()

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

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

434 {
435 if ( UIScriptedWindow.GetActiveWindows() )
436 {
437 for ( int i = 0; i < UIScriptedWindow.GetActiveWindows().Count(); i++ )
438 {
439 if ( UIScriptedWindow.GetActiveWindows().GetElement( i ).OnKeyDown( w, x, y, key ) )
440 {
441 return true;
442 }
443 }
444 }
445
446 return false;
447 }
Icon x
Icon y
@ Count
Определения RandomGeneratorSyncManager.c:8

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