Difference between revisions of "Unit GlobalConst"

From Ultibo.org
Jump to: navigation, search
Line 2,094: Line 2,094:
 
| <code>SCAN_CODE_KEYPAD_000 = 177;</code>
 
| <code>SCAN_CODE_KEYPAD_000 = 177;</code>
 
| Keypad 000
 
| Keypad 000
 +
|-
 +
| <code>SCAN_CODE_THOUSANDS_SEPARATOR = 178;</code>
 +
| Thousands Separator
 +
|-
 +
| <code>SCAN_CODE_DECIMAL_SEPARATOR = 179;</code>
 +
| Decimal Separator
 +
|-
 +
| <code>SCAN_CODE_CURRENCY_UNIT = 180;</code>
 +
| Currency Unit
 +
|-
 +
| <code>SCAN_CODE_CURRENCY_SUBUNIT = 181;</code>
 +
| Currenct Sub-unit
 +
|-
 +
| <code>SCAN_CODE_KEYPAD_LEFT_BRACKET = 182;</code>
 +
| Keypad (
 +
|-
 +
| <code>SCAN_CODE_KEYPAD_RIGHT_BRACKET = 183;</code>
 +
| Keypad )
 +
|-
 +
| <code>SCAN_CODE_KEYPAD_LEFT_BRACE = 184;</code>
 +
| Keypad Left Brace
 +
|-
 +
| <code>SCAN_CODE_KEYPAD_RIGHT_BRACE = 185;</code>
 +
| Keypad Right Brace
 +
|-
 +
| <code>SCAN_CODE_KEYPAD_TAB = 186;</code>
 +
| Keypad Tab
 +
|-
 +
| <code>SCAN_CODE_KEYPAD_BACKSPACE = 187;</code>
 +
| Keypad Backspace
 +
|-
 +
| <code>SCAN_CODE_KEYPAD_A = 188;</code>
 +
| Keypad A
 +
|-
 +
| <code>SCAN_CODE_KEYPAD_B = 189;</code>
 +
| Keypad B
 +
|-
 +
| <code>SCAN_CODE_KEYPAD_C = 190;</code>
 +
| Keypad C
 +
|-
 +
| <code>SCAN_CODE_KEYPAD_D = 191;</code>
 +
| Keypad D
 
|-
 
|-
 
|}
 
|}

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