Search found 5 matches
- Wed Jun 25, 2008 00:03
- Forum: Help
- Topic: Keyboard events
- Replies: 7
- Views: 8728
- Tue Jun 24, 2008 23:58
- Forum: Help
- Topic: fast documentation for starters
- Replies: 2
- Views: 2030
Hi,
this may come in handy if you wish to play with TaharezLook xml files:
http://www.cegui.org.uk/wiki/index.php/SetProperty
Also here when it comes to dealing with the input:
http://www.cegui.org.uk/phpBB2/viewtopic.php?t=3321
Good luck.
this may come in handy if you wish to play with TaharezLook xml files:
http://www.cegui.org.uk/wiki/index.php/SetProperty
Also here when it comes to dealing with the input:
http://www.cegui.org.uk/phpBB2/viewtopic.php?t=3321
Good luck.
- Mon Jun 23, 2008 23:27
- Forum: Help
- Topic: Keyboard events
- Replies: 7
- Views: 8728
- Sat Jun 21, 2008 14:28
- Forum: Help
- Topic: Keyboard events
- Replies: 7
- Views: 8728
- Thu Jun 19, 2008 11:49
- Forum: Help
- Topic: Keyboard events
- Replies: 7
- Views: 8728
Keyboard events
Hello everyone, I am trying to make a simple navigation menu for my application. Simple buttons really. I managed to work out the mouse input events, but I am having a hard time to bind different key events to the buttons. I want to have Arrow Up and Arrow Down button navigation/selection and Enter ...