Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: mport2004 on Tue 03/05/2005 23:04:46

Title: Keycodes?
Post by: mport2004 on Tue 03/05/2005 23:04:46
I was wondering what the keycodes were for the letters
W
A
S
D

and also the arrow keys

for ex. F9 is keycode  367
???
Title: Re: Keycodes?
Post by: strazer on Tue 03/05/2005 23:12:18
Manual -> Reference -> ASCII code table:

65..90  -  'A' .. 'Z'

A = 65
D = 68
S = 83
W = 87
Title: Re: Keycodes?
Post by: mport2004 on Tue 03/05/2005 23:15:12
ok
ill check that thx