PEKeyDown
4/8/2010
The PEKeyDown structure handles a PE_KEYDOWN event.
Syntax
typedef struct _PEKeyDown {
WORD wVKey;
} PEKeyDown;
Members
- wVKey
Specifies the virtual-key code.
Remarks
The plug-ins can receive events only for the left/right controls (VK_TLeft and VK_TRight).
Requirements
Header | home.h |
Windows Embedded CE | Windows CE 3.0 and later |
Windows Mobile | Smartphone 2002 and later |
See Also
Reference
Home Screen Structures (Windows Mobile Standard)
IHomePlugin::OnEvent