Difference between revisions of "Unit GlobalConst"

From Ultibo.org
Jump to: navigation, search
Line 2,053: Line 2,053:
 
| <code>SCAN_CODE_ALT_ERASE = 153;</code>
 
| <code>SCAN_CODE_ALT_ERASE = 153;</code>
 
| Keyboard Alternate Erase
 
| Keyboard Alternate Erase
 +
|-
 +
| <code>SCAN_CODE_SYSREQ = 154;</code>
 +
| Keyboard SysReq/Attention
 +
|-
 +
| <code>SCAN_CODE_CANCEL = 155;</code>
 +
| Keyboard Cancel
 +
|-
 +
| <code>SCAN_CODE_CLEAR = 156;</code>
 +
| Keyboard Clear
 +
|-
 +
| <code>SCAN_CODE_PRIOR = 157;</code>
 +
| Keyboard Prior
 +
|-
 +
| <code>SCAN_CODE_RETURN = 158;</code>
 +
| Keyboard Return
 +
|-
 +
| <code>SCAN_CODE_SEPARATOR = 159;</code>
 +
| Keyboard Separator
 +
|-
 +
| <code>SCAN_CODE_OUT = 160;</code>
 +
| Keyboard Out
 +
|-
 +
| <code>SCAN_CODE_OPER = 161;</code>
 +
| Keyboard Oper
 +
|-
 +
| <code>SCAN_CODE_CLEAR_AGAIN = 162;</code>
 +
| Keyboard Clear/Again
 +
|-
 +
| <code>SCAN_CODE_CRSEL_PROPS = 163;</code>
 +
| Keyboard CrSel/Props
 +
|-
 +
| <code>SCAN_CODE_EXSEL = 164;</code>
 +
| Keyboard ExSel
 +
|-
 +
|colspan="2"|''Codes 165 to 175 Reserved''
 +
|-
 +
| <code>SCAN_CODE_KEYPAD_00 = 176;</code>
 +
| Keypad 00
 +
|-
 +
| <code>SCAN_CODE_KEYPAD_000 = 177;</code>
 +
| Keypad 000
 
|-
 
|-
 
|}
 
|}

Revision as of 02:37, 26 September 2016

Return to Unit Reference


Description


To be documented

Constants



[Expand]
Universal error constants ERROR_*


[Expand]
Universal value constants INVALID_*


[Expand]
File position constants FILE_*


[Expand]
File open/create constants CREATE_*


[Expand]
File creation flag constants FILE_FLAG_*


[Expand]
File attribute constants FILE_ATTRIBUTE_*


[Expand]
Filesystem attribute constants FS_*


[Expand]
Timeout constants INFINITE =*


[Expand]
TLS constants TLS_*


[Expand]
Wait constants WAIT_*


[Expand]
Thread state constants STILL_*


[Expand]
TimeZone constants TIME_ZONE_*


[Expand]
Universal key code constants KEY_CODE_*


[Expand]
Universal scan code constants SCAN_CODE_*


Type definitions


None defined

Public variables


None defined

Function declarations


None defined


Return to Unit Reference