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

◆ OnKeyPress()

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

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

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

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