Difference between revisions of "Unit GlobalConst"

From Ultibo.org
Jump to: navigation, search
Line 1,696: Line 1,696:
 
| <code>SCAN_CODE_5 = 34;</code>
 
| <code>SCAN_CODE_5 = 34;</code>
 
| Keyboard 5 or %
 
| Keyboard 5 or %
 +
|-
 +
| <code>SCAN_CODE_6 = 35;</code>
 +
| Keyboard 6 or ^
 +
|-
 +
| <code>SCAN_CODE_7 = 36;</code>
 +
| Keyboard 7 or &
 +
|-
 +
| <code>SCAN_CODE_8 = 37;</code>
 +
| Keyboard 8 or *
 +
|-
 +
| <code>SCAN_CODE_9 = 38;</code>
 +
| Keyboard 9 or (
 +
|-
 +
| <code>SCAN_CODE_0 = 39;</code>
 +
| Keyboard 0 or )
 +
|-
 +
| <code>SCAN_CODE_ENTER = 40;</code>
 +
| Keyboard Enter
 +
|-
 +
| <code>SCAN_CODE_ESCAPE = 41;</code>
 +
| Keyboard Escape
 +
|-
 +
| <code>SCAN_CODE_BACKSPACE = 42;</code>
 +
| Keyboard Backspace
 +
|-
 +
| <code>SCAN_CODE_TAB = 43;</code>
 +
| Keyboard Tab
 +
|-
 +
| <code>SCAN_CODE_SPACE = 44;</code>
 +
| Keyboard Spacebar
 +
|-
 +
| <code>SCAN_CODE_MINUS = 45;</code>
 +
| Keyboard - or _
 +
|-
 +
| <code>SCAN_CODE_EQUALS = 46;</code>
 +
| Keyboard = or +
 +
|-
 +
| <code>SCAN_CODE_LEFT_SQUARE = 47;</code>
 +
| Keyboard [ or Left Brace
 +
|-
 +
| <code>SCAN_CODE_RIGHT_SQUARE = 48;</code>
 +
| Keyboard ] or Right Brace
 
|-
 
|-
 
|}
 
|}

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