Thread: Keydown
View Single Post
  #5  
Old 05-02-2009, 11:06 PM
Gambet Gambet is offline
Registered User
Join Date: Oct 2003
Posts: 2,712
Gambet is on a distinguished road
Quote:
Originally Posted by [email protected] View Post
Only one problem- it doesn't detect the arrow keys for 'I,J,K,L'- any solutions? lol

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.
Reply With Quote