|
-
October 6th, 1999, 03:25 AM
#1
shift
how can i tell wether or not the shift key, or any other key is being held down. And thus, when it is let go, somethign will happen.
thanx
-
October 6th, 1999, 03:36 AM
#2
Re: shift
the Shift argument of the keydown event tells you if Alt, Ctrl or Shift are also pressed.
You can also call the GetkeyState API.
-
October 6th, 1999, 01:47 PM
#3
Re: shift
im usign the getkeystate to determine if the shift key was pressed.. now what code would i use to determine if the shift key was only pressed and let go, or is still beign held down?
thanx
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|