Open timoisalive opened 7 years ago
I noticed the updated ANE assumes the fullScreen is always true. Is there a chance to set it to false for non-fullScreen apps?
you have to initialize plugin in without singleton one time in app var ml:MeasureKeyboard = new MeasureKeyboard(false); it should be first call to the plugin otherwise you will get singletone error
var ml:MeasureKeyboard = new MeasureKeyboard(false);
I noticed the updated ANE assumes the fullScreen is always true. Is there a chance to set it to false for non-fullScreen apps?