419 {
420 if ( UIScriptedWindow.GetActiveWindows() )
421 {
422 for (
int i = 0; i < UIScriptedWindow.GetActiveWindows().
Count(); i++ )
423 {
424 if ( UIScriptedWindow.GetActiveWindows().GetElement( i ).OnController( w, control, value ) )
425 {
426 return true;
427 }
428 }
429 }
430
431 return false;
432 }