key handling

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
agnas
Posts: 20
Joined: Tue Mar 27, 2007 6:16 pm
Location: Venezuela
Contact:

key handling

Post by agnas »

Hi:

This is an user interface question.

Are there any way to switch the TAB and RETURN behaviour so when you press RETURN the focus moves to the next input field? At this momment to move to the next input field you must use the TAB key as in a browser.

I know I could accomplish this handling by hand the setFocus () and the two events EGET_ELEMENT_FOCUSED & EGET_ELEMENT_FOCUS_LOST, but I want to know if there are any way to do this more easily.

Thanks in advance

Gustavo
/\+++/\
< agnas >
\/+++\/
micronosis.com
Post Reply