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

◆ OnDoubleClick()

bool UIMenuPanel::OnDoubleClick ( Widget w,
int x,
int y,
int button )
inlineprivate

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

269 {
270 if ( UIScriptedWindow.GetActiveWindows() )
271 {
272 for ( int i = 0; i < UIScriptedWindow.GetActiveWindows().Count(); i++ )
273 {
274 if ( UIScriptedWindow.GetActiveWindows().GetElement( i ).OnDoubleClick( w, x, y, button ) )
275 {
276 return true;
277 }
278 }
279 }
280
281 return false;
282 }
Icon x
Icon y
@ Count
Определения RandomGeneratorSyncManager.c:8

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