Important: |
---|
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
4/8/2010
This function allows you to query whether a virtual key code came from a d–pad, rocker, or from software.
Syntax
DWORD GetKeyEventSource(int vKey); |
Parameters
- vKey
-
The virtual key code returned for a key event.
Return Value
This function will return one of the following values to indicate the source of the key event.
#define KEY_SOURCE_UNKNOWN_HARDWARE 0x0000
#define KEY_SOURCE_DPAD 0x0001
#define KEY_SOURCE_ROCKER 0x0002
#define KEY_SOURCE_SOFTWARE 0x0003
Remarks
For more information about when rocker or d–pad events will be generated, see D-pad Virtual Key Code Support.