|
-
Oct 28th, 2005, 11:46 AM
#3
Re: Distinguish Keypresses without Direct X
KeyAscii doesnt support it, paralinx. You have to use the KeyDown/KeyUp events, or use the GetAsyncKeyState API.
DirectInput is much better because it retrieves input directly from your input devices rather than through Window messages. On top of that, it allows you to press multiple keys at once very easily.
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
|