Difference between revisions of "Unit GlobalConst"

From Ultibo.org
Jump to: navigation, search
Line 2,251: Line 2,251:
 
|-
 
|-
 
|colspan="2"|''Codes 232 to 65535 Reserved''
 
|colspan="2"|''Codes 232 to 65535 Reserved''
 +
|-
 +
|colspan="2"| 
 +
|-
 +
|colspan="2"|''Alternate names for above''
 +
|-
 +
| <code>SCAN_CODE_EXCLAMATION = 30;}</code>
 +
| Keyboard 1 or !
 +
|-
 +
| <code>SCAN_CODE_AT = 31;</code>
 +
| Keyboard 2 or @
 +
|-
 +
| <code>SCAN_CODE_NUMBER = 32;</code>
 +
| Keyboard 3 or #
 +
|-
 +
| <code>SCAN_CODE_CURRENCY = 33;</code>
 +
| Keyboard 4 or $
 +
|-
 +
| <code>SCAN_CODE_PERCENT = 34;</code>
 +
| Keyboard 5 or %
 +
|-
 +
| <code>SCAN_CODE_CARET = 35;</code>
 +
| Keyboard 6 or ^
 +
|-
 +
| <code>SCAN_CODE_AMPERSAND = 36;</code>
 +
| Keyboard 7 or &
 +
|-
 +
| <code>SCAN_CODE_ASTERISK = 37;</code>
 +
| Keyboard 8 or *
 +
|-
 +
| <code>SCAN_CODE_LEFT_BRACKET = 38;</code>
 +
| Keyboard 9 or (
 +
|-
 +
| <code>SCAN_CODE_RIGHT_BRACKET = 39;</code>
 +
| Keyboard 0 or )
 +
|-
 +
|colspan="2"|&nbsp;
 +
|-
 +
| <code>SCAN_CODE_DASH = 45;</code>
 +
| Keyboard - or _
 
|-
 
|-
 
|}
 
|}

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