Thread: Keydown
View Single Post
  #6  
Old 05-02-2009, 11:22 PM
[email protected] sid.gottlieb@googlemail.com is offline
Banned
Join Date: Mar 2008
Posts: 861
sid.gottlieb@googlemail.com will become famous soon enough
Quote:
Originally Posted by Gambet View Post
Again, assuming I'm understanding what you're trying to do, then the solution I posted above should work if you just add to the array. The array I posted will only read the directional keys since I just made a quick model but you can add the keycodes for 'i, j, k, l' and give them the same numbers as the directionals (0, 1, 2, 3), which should return 'Up, Left, Down, Right' or whatever when you press those keys.
You're not understanding- those are not the DEFAULT Graal controls.
Reply With Quote