jonnys
02-09-2009 23:30:20
I have built the latest MyGUI (3.00) trunk and when using it in my application it gives errors about not finding OIS.h, BUT I don't want MyGUI to use OIS I want to use my own Input manager, can I do this? How can I make MyGui NOT use OIS?
Illidanz
03-09-2009 07:48:46
I have built the latest MyGUI (3.00) trunk and when using it in my application it gives errors about not finding OIS.h, BUT I don't want MyGUI to use OIS I want to use my own Input manager, can I do this? How can I make MyGui NOT use OIS?
Somewhere like in MyGUI_Gui.h define this:
#define MYGUI_NO_OIS
And then recompile mygui
Not tried it, but it should work