|
-
Feb 22nd, 2004, 11:56 AM
#1
Thread Starter
Junior Member
key events
how do u make a keyevent where when the user press AND HOLDS the key on the keyboard, the line of code executes once as if he is pressing it once. The key is pressed and holded only to prevent the key up event from exececuting
-
Feb 23rd, 2004, 07:45 AM
#2
Fanatic Member
Couldn't you just hold the last key in memory and then on the next key down see if it is the same key (like holding thekey down) then just don't execute the functionality again (or whatever you need to do).
Is this what you mean?
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
|