WM_KEYDOWN confusion

Posted by user146780 on Stack Overflow See other posts from Stack Overflow or by user146780
Published on 2010-04-25T16:59:16Z Indexed on 2010/04/25 17:03 UTC
Read the original article Hit count: 91

Filed under:
|

I'm trying to get my application to do something when CTRL+S is pressed. I'm just not sure how the W and L params work for WM_KEYDOWN. MSDN has something about bit fields which i'm not sure about. How can I detect CTRL and S? Thanks

© Stack Overflow or respective owner

Related posts about winapi

Related posts about c++