OIS problems on OS X

Everything about development and the OpenMW source code.
Post Reply
corristo
Posts: 495
Joined: 12 Aug 2011, 08:29

OIS problems on OS X

Post by corristo »

I recently reported about problem with console on OS X.

I made some investigation and found that OIS creates KeyEvent (see OISKeyboard.h, line 183) with text = 16 (uint) for all functional keys, and MyGUI's Edit treats it like character and appends it to text.

I'm not yet sure if it's bug in OIS or it's normal behavior for OS X input system. Maybe Edit should filter chars and add only allowed printable chars? I'll investigate further though.
User avatar
Zini
Posts: 5538
Joined: 06 Aug 2011, 15:16

Re: OIS problems on OS X

Post by Zini »

Okay. Please create an issue in the tracker and assign it to yourself. You can as well set it to 0.12.0. Looks like it will take us a bit longer to sort out all the various problems.
Post Reply