Difference between revisions of "Unit GlobalConst"

From Ultibo.org
Jump to: navigation, search
Line 2,290: Line 2,290:
 
| <code>SCAN_CODE_DASH = 45;</code>
 
| <code>SCAN_CODE_DASH = 45;</code>
 
| Keyboard - or _
 
| Keyboard - or _
 +
|-
 +
| <code>SCAN_CODE_UNDERSCORE = 45;</code>
 +
| Keyboard - or _
 +
|-
 +
| <code>SCAN_CODE_PLUS = 46;</code>
 +
| Keyboard = or +
 +
|-
 +
| <code>SCAN_CODE_LEFT_BRACE = 47;</code>
 +
| Keyboard [ or Left Brace
 +
|-
 +
| <code>SCAN_CODE_RIGHT_BRACE = 48;</code>
 +
| Keyboard ] or Right Brace
 +
|-
 +
| <code>SCAN_CODE_PIPE = 49;</code>
 +
| Keyboard \ or |
 +
|-
 +
| <code>SCAN_CODE_NONUS_TILDE = 50;</code>
 +
| Keyboard Non-US # and ~
 +
|-
 +
| <code>SCAN_CODE_COLON = 51;</code>
 +
| Keyboard ; or :
 +
|-
 +
| <code>SCAN_CODE_QUOTATION = 52;</code>
 +
| Keyboard ' or "
 +
|-
 +
| <code>SCAN_CODE_TILDE = 53;</code>
 +
| Keyboard ` or ~
 +
|-
 +
| <code>SCAN_CODE_LESSTHAN = 54;</code>
 +
| Keyboard , or <
 +
|-
 +
| <code>SCAN_CODE_GREATERTHAN = 55;</code>
 +
| Keyboard . or >
 +
|-
 +
| <code>SCAN_CODE_QUESTION = 56;</code>
 +
| Keyboard / or ?
 +
|-
 +
|colspan="2"|&nbsp;
 +
|-
 +
| <code>SCAN_CODE_ALTGR = SCAN_CODE_RIGHT_ALT;</code>
 +
| Keyboard RightAlt
 +
|-
 +
|colspan="2"|&nbsp;
 
|-
 
|-
 
|}
 
|}

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