Jump to content

[SOLVED] Window focus


photo

Recommended Posts

Posted

I have a unigine build that is using the interface plugin and want to know if it is possible through uniginescript to force focus to the main window?

Posted

Solved...

 

Widget w = engine.gui.getFocus();
if (w != 0) w.removeFocus();

 

did the trick

×
×
  • Create New...