How to detect if ALT key is pressed
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Hi, Can some tell me , how do I detect if the user has pressed down the ALT key. Thanks, Sansky God is Good, all the Time. All the Time, God is Good.
-
Hi, Can some tell me , how do I detect if the user has pressed down the ALT key. Thanks, Sansky God is Good, all the Time. All the Time, God is Good.
Look up the GetAsyncKeyState(...) function for starters... (That is, of course, if you are not peeking at window messages...) Peace! -=- James.