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

◆ OnKeyDown()

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

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

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

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