key - C++ and GetAsyncKeyState() function -


as gives upper case letters, idea how lower case?? if user simultaneously pessed shift+k or capslock on,etc, want lower cases.. possible in way or another??

thanks,

as rightly point out, represents key , not upper or lower-case. therefore, perhaps call ::getasynckeystate(vk_shift) can determine if shift-key down , able modify result of subsequent call appropriately.


Comments

Popular posts from this blog

SAP Web Service from .NET via WCF -

Optimized Line drawing in QT -

datetime - str to time in python -