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

◆ OnKeyUp()

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

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

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

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