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

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -