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

◆ OnDoubleClick()

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

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

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

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