Reversal of VkKeyScan?
C / C++ / MFC
3
Posts
3
Posters
0
Views
1
Watching
-
::VkKeyScan
translates a character to the corresponding virtual-key code and shift state for the current keyboard, but which function does the reverse and translates the VK code and shift state to a character, is there any? Thanks.http://www.gamedev.net/reference/programming/features/scan2asc/ this should help :) regards
-
::VkKeyScan
translates a character to the corresponding virtual-key code and shift state for the current keyboard, but which function does the reverse and translates the VK code and shift state to a character, is there any? Thanks.ToAsciiEx
/ToUnicodeEx
. Stability. What an interesting concept. -- Chris Maunder