[SOLVED] OIS issues on OSX (cursor visiblity & modal window)

A place for users of OGRE to discuss ideas and experiences of utilitising OGRE in their games / demos / applications.
Post Reply
User avatar
petrocket
Gremlin
Posts: 178
Joined: Tue Mar 20, 2007 3:29 am
x 10
Contact:

[SOLVED] OIS issues on OSX (cursor visiblity & modal window)

Post by petrocket »

I have been programming a lot on OSX lately with OGRE and had some frustrating issues with OIS not giving mouse input when running OGRE in a modal window (not fullscreen). Also issues showing the cursor.

I've posted the solutions I came up with to the wiki:
http://www.ogre3d.org/tikiwiki/tiki-ind ... =Using+OIS

Namely, how to fix your modal window not receiving mouse input after initializing OIS and how to show the cursor when using OIS.

Ideally, OIS needs a patch submitted to fix the mouse cursor visibility/sharing but I haven't looked into that too deep.

Of course, it's always possible that I've missed some obvious easy way, so if you know one please let me know so I can fix the wiki.
Ogre API & Manual | Ogre Wiki

blog | website | work

Follow me on twitter @ twitter.com/petrocket
Post Reply