Page 1 of 1

[SOLVED]Key codes

Posted: Wed Sep 23, 2009 20:11
by PJani
Are CEGUI::Key remaped?

Becouse OIS doesnt work right anymore with CEGUI?

backspace, tab keys and many others doesnt work right anymore...

Re: Key codes

Posted: Thu Sep 24, 2009 08:38
by CrazyEddie
Hi,

No changes have been made to scan codes recognised by CEGUI.

CE.

Re: Key codes

Posted: Thu Sep 24, 2009 10:17
by Impz0r
Hey there, I'd the same problem just the other day. And the problem was, that i "ate" all inputs up within the Edits OnKey() event. If you actually ate them, the Tab and the like is never processed by the Edit.

Mfg Imp

Re: Key codes

Posted: Thu Sep 24, 2009 11:31
by PJani
Thats funny,... in old version i passed true back in key down event and it worked now it doesnt work. I changed to false anything works fine...

Re: Key codes

Posted: Thu Sep 24, 2009 12:32
by CrazyEddie
Hi,

Yes, this is related to this change:
ChangeLog wrote:- Modified: Changed key handling in editbox classes to allow user subscribed events to 'consume' keys and prevent the usual processing from occuring.


CE

Re: [SOLVED]Key codes

Posted: Thu Sep 24, 2009 13:26
by PJani
hmm, that section i skiped to read :D