JVCL Help:GET DEVICE LPARAM
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: GET_DEVICE_LPARAM function
[+] JvAppCommand.pas Functions
Search in JVCL Help
Search in all projectsSummary
Retrieves the input device type from the specified LPARAM value.
Pascal
run\JvAppCommand.pas
functionGET_DEVICE_LPARAM(lParam: LPARAM): WORD;
Parameters
Parameters | Description |
lParam: LPARAM | Specifies the value to be converted. |
Description
The return value is the bit of the high-order word representing the input device type. It can be one of the following values.
Value | Meaning |
FAPPCOMMAND_KEY | User pressed a key. |
FAPPCOMMAND_MOUSE | User clicked a mouse button. |
FAPPCOMMAND_OEM | An unidentified hardware source generated the event. It could be a mouse or a keyboard event. |
See Also
GET_APPCOMMAND_LPARAM, GET_KEYSTATE_LPARAM
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page