danni.coy Posted February 27, 2013 Posted February 27, 2013 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?
danni.coy Posted February 27, 2013 Author Posted February 27, 2013 Solved... Widget w = engine.gui.getFocus(); if (w != 0) w.removeFocus(); did the trick
Recommended Posts