Page 1 of 1

GetKeyState(); question

PostPosted: Sat Apr 06, 2013 7:23 pm
by tintran
is there a list of names for key[name] somewhere for using GetKeyState()?
and what if i want to check for "left mouse button" press is it a name of GetKeyState since i don't see a GetMouseState()?

thanks

Re: GetKeyState(); question

PostPosted: Sat Apr 06, 2013 7:26 pm
by skydereign
Search this for valid key entries. http://game-editor.com/docs/script_reference.htm
And sadly there is no variable set up for polling mouse state. That would be a great feature for the next version.