Any way to differentiate The two ENTER keys in the keyboard?

Started by
0 comments, last by feal87 14 years, 11 months ago
I am programming a translator for my input manager. Currently, I want to differentiate the two ENTER keys. VK_RETURN from the Win32 API just means any of the two ENTER keys. What is the virtual key code for the right ENTER key? (Numeric keypad part)
c",)
Advertisement
Test the bit 24 of the lParam to know what button has the user pressed.

[Edited by - feal87 on May 16, 2009 8:21:01 AM]

This topic is closed to new replies.

Advertisement