Difference between revisions of "Unit GlobalConst"

From Ultibo.org
Jump to: navigation, search
Line 1,612: Line 1,612:
 
| <code>SCAN_CODE_C = 6;</code>
 
| <code>SCAN_CODE_C = 6;</code>
 
| Keyboard c or C
 
| Keyboard c or C
 +
|-
 +
| <code>SCAN_CODE_D = 7;</code>
 +
| Keyboard d or D
 +
|-
 +
| <code>SCAN_CODE_E = 8;</code>
 +
| Keyboard e or E
 +
|-
 +
| <code>SCAN_CODE_F = 9;</code>
 +
| Keyboard f or F
 +
|-
 +
| <code>SCAN_CODE_G = 10;</code>
 +
| Keyboard g or G
 +
|-
 +
| <code>SCAN_CODE_H = 11;</code>
 +
| Keyboard h or H
 +
|-
 +
| <code>SCAN_CODE_I = 12;</code>
 +
| Keyboard i or I
 +
|-
 +
| <code>SCAN_CODE_J = 13;</code>
 +
| Keyboard j or J
 +
|-
 +
| <code>SCAN_CODE_K = 14;</code>
 +
| Keyboard k or K
 +
|-
 +
| <code>SCAN_CODE_L = 15;</code>
 +
| Keyboard l or L
 +
|-
 +
| <code>SCAN_CODE_M = 16;</code>
 +
| Keyboard m or M
 +
|-
 +
| <code>SCAN_CODE_N = 17;</code>
 +
| Keyboard n or N
 +
|-
 +
| <code>SCAN_CODE_O = 18;</code>
 +
| Keyboard o or O
 +
|-
 +
| <code>SCAN_CODE_P = 19;</code>
 +
| Keyboard p or P
 +
|-
 +
| <code>SCAN_CODE_Q = 20;</code>
 +
| Keyboard q or Q
 +
|-
 +
| <code>SCAN_CODE_R = 21;</code>
 +
| Keyboard r or R
 
|-
 
|-
 
|}
 
|}

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