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