См. определение в файле 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 }
Перекрестные ссылки Count, UIScriptedWindow::GetActiveWindows(), x и y.