Difference between revisions of "Unit GlobalConst"

From Ultibo.org
Jump to: navigation, search
Line 2,208: Line 2,208:
 
| <code>SCAN_CODE_KEYPAD_CLEAR = 216;</code>
 
| <code>SCAN_CODE_KEYPAD_CLEAR = 216;</code>
 
| Keypad Clear
 
| Keypad Clear
 +
|-
 +
| <code>SCAN_CODE_KEYPAD_CLEAR_ENTRY = 217;</code>
 +
| Keypad Clear Entry
 +
|-
 +
| <code>SCAN_CODE_KEYPAD_BINARY = 218;</code>
 +
| Keypad Binary
 +
|-
 +
| <code>SCAN_CODE_KEYPAD_OCTAL = 219;</code>
 +
| Keypad Octal
 +
|-
 +
| <code>SCAN_CODE_KEYPAD_DECIMAL = 220;</code>
 +
| Keypad Decimal
 +
|-
 +
| <code>SCAN_CODE_KEYPAD_HEX = 221;</code>
 +
| Keypad Hexadecimal
 +
|-
 +
|colspan="2"|''Codes 222 to 223 Reserved''
 +
|-
 +
| <code>SCAN_CODE_LEFT_CTRL = 224;</code>
 +
| Keyboard LeftControl
 +
|-
 +
| <code>SCAN_CODE_LEFT_SHIFT = 225;</code>
 +
| Keyboard LeftShift
 +
|-
 +
| <code>SCAN_CODE_LEFT_ALT = 226;</code>
 +
| Keyboard LeftAlt
 +
|-
 +
| <code>SCAN_CODE_LEFT_GUI = 227;</code>
 +
| Keyboard Left GUI
 +
|-
 +
| <code>SCAN_CODE_RIGHT_CTRL = 228;</code>
 +
| Keyboard RightControl
 +
|-
 +
| <code>SCAN_CODE_RIGHT_SHIFT = 229;</code>
 +
| Keyboard RightShift
 +
|-
 +
| <code>SCAN_CODE_RIGHT_ALT = 230;</code>
 +
| Keyboard RightAlt
 +
|-
 +
| <code>SCAN_CODE_RIGHT_GUI = 231;</code>
 +
| Keyboard Right GUI
 +
|-
 +
|colspan="2"|''Codes 232 to 65535 Reserved''
 
|-
 
|-
 
|}
 
|}

Revision as of 02:54, 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