Difference between revisions of "Unit GlobalConst"

From Ultibo.org
Jump to: navigation, search
Line 1,657: Line 1,657:
 
| <code>SCAN_CODE_R = 21;</code>
 
| <code>SCAN_CODE_R = 21;</code>
 
| Keyboard r or R
 
| Keyboard r or R
 +
|-
 +
| <code>SCAN_CODE_S = 22;</code>
 +
| Keyboard s or S
 +
|-
 +
| <code>SCAN_CODE_T = 23;</code>
 +
| Keyboard t or T
 +
|-
 +
| <code>SCAN_CODE_U = 24;</code>
 +
| Keyboard u or U
 +
|-
 +
| <code>SCAN_CODE_V = 25;</code>
 +
| Keyboard v or V
 +
|-
 +
| <code>SCAN_CODE_W = 26;</code>
 +
| Keyboard w or W
 +
|-
 +
| <code>SCAN_CODE_X = 27;</code>
 +
| Keyboard x or X
 +
|-
 +
| <code>SCAN_CODE_Y = 28;</code>
 +
| Keyboard y or Y
 +
|-
 +
| <code>SCAN_CODE_Z = 29;</code>
 +
| Keyboard z or Z
 +
|-
 +
| <code>SCAN_CODE_1 = 30;</code>
 +
| Keyboard 1 or !
 +
|-
 +
| <code>SCAN_CODE_2 = 31;</code>
 +
| Keyboard 2 or @
 +
|-
 +
| <code>SCAN_CODE_3 = 32;</code>
 +
| Keyboard 3 or #
 +
|-
 +
| <code>SCAN_CODE_4 = 33;</code>
 +
| Keyboard 4 or $
 +
|-
 +
| <code>SCAN_CODE_5 = 34;</code>
 +
| Keyboard 5 or %
 
|-
 
|-
 
|}
 
|}

Revision as of 01:49, 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