LibreOffice
LibreOffice 24.2 SDK API Reference
|
These values are used to specify functional groups of keys. More...
Variables | |
const short | NUM = 256 |
specifies a numeric key. More... | |
const short | ALPHA = 512 |
specifies an alphabetic key. More... | |
const short | FKEYS = 768 |
specifies a function key. More... | |
const short | CURSOR = 1024 |
specifies a cursor key. More... | |
const short | MISC = 1280 |
specifies other keys. More... | |
const short | TYPE = 3840 |
specifies the group mask. More... | |
These values are used to specify functional groups of keys.
const short ALPHA = 512 |
specifies an alphabetic key.
const short CURSOR = 1024 |
specifies a cursor key.
const short FKEYS = 768 |
specifies a function key.
const short MISC = 1280 |
specifies other keys.
const short NUM = 256 |
specifies a numeric key.
const short TYPE = 3840 |
specifies the group mask.