| Identifier |
Description |
| winVersion |
Current version of the library |
| winCompiler |
Compiler the library was built by (IBM, BORLAND, MICROSOFT, GNU)
|
| winBuilt |
Date and time when the library was compiled |
| winLibtype |
Interface the library is using (API or NATIVE = C++ class interface)
|
|
VK_MENU VK_LMENU VK_RMENU
|
Code of ALT keys for winPostVKey(). (ALT key is used to call menu)
|
|
VK_F1 ... VK_F24
|
Function key codes for winPostVKey()
|
|
VK_SHIFT VK_LSHIFT VK_RSHIFT
|
Code of SHIFT keys for winPostVKey().
|
|
VK_CONTROL VK_LCONTROL VK_RCONTROL
|
Code of CTRL keys for winPostVKey()
|
|
VK_NUMPAD0 ... VK_NUMPAD9
|
Code of keys on numeric keypad for winPostVKey().
|
|
VK_LEFT VK_UP VK_RIGHT VK_DOWN
|
Cursor key codes for winPostVKey()
|
VK_LBUTTON VK_RBUTTON VK_MBUTTON VK_CANCEL
VK_BACK VK_TAB VK_CLEAR VK_RETURN VK_PAUSE
VK_CAPITAL VK_ESCAPE VK_SPACE VK_PRIOR VK_NEXT
VK_END VK_HOME VK_SELECT VK_PRINT VK_EXECUTE
VK_SNAPSHOT VK_INSERT VK_DELETE VK_HELP VK_LWIN
VK_RWIN VK_APPS VK_MULTIPLY VK_ADD VK_SEPARATOR
VK_SUBTRACT VK_DECIMAL VK_DIVIDE VK_NUMLOCK
VK_SCROLL VK_PROCESSKEY VK_ATTN VK_CRSEL
VK_EXSEL VK_EREOF VK_PLAY VK_ZOOM VK_NONAME
VK_PA1 VK_OEM_CLEAR
|
Other virtual key codes for winPostVKey(). Refer to windows
documentation if usage or purpose of these virtual keys need to be
explained.
|