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

◆ OnKeyPress()

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

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

463 {
464 if ( UIScriptedWindow.GetActiveWindows() )
465 {
466 for ( int i = 0; i < UIScriptedWindow.GetActiveWindows().Count(); i++ )
467 {
468 if ( UIScriptedWindow.GetActiveWindows().GetElement( i ).OnKeyPress( w, x, y, key ) )
469 {
470 return true;
471 }
472 }
473 }
474
475 return false;
476 }
Icon x
Icon y
@ Count
Определения RandomGeneratorSyncManager.c:8

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