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

◆ OnKeyUp()

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

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

449 {
450 if ( UIScriptedWindow.GetActiveWindows() )
451 {
452 for ( int i = 0; i < UIScriptedWindow.GetActiveWindows().Count(); i++ )
453 {
454 if ( UIScriptedWindow.GetActiveWindows().GetElement( i ).OnKeyUp( w, x, y, key ) )
455 {
456 return true;
457 }
458 }
459 }
460
461 return false;
462 }
Icon x
Icon y
@ Count
Определения RandomGeneratorSyncManager.c:8

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