Difference between revisions of "Unit GlobalConst"

From Ultibo.org
Jump to: navigation, search
Line 1,822: Line 1,822:
 
| <code>SCAN_CODE_DELETE = 76;</code>
 
| <code>SCAN_CODE_DELETE = 76;</code>
 
| Keyboard Delete
 
| Keyboard Delete
 +
|-
 +
| <code>SCAN_CODE_END = 77;</code>
 +
| Keyboard End
 +
|-
 +
| <code>SCAN_CODE_PAGEDN = 78;</code>
 +
| Keyboard PageDn
 +
|-
 +
| <code>SCAN_CODE_RIGHT_ARROW = 79;</code>
 +
| Keyboard Right Arrow
 +
|-
 +
| <code>SCAN_CODE_LEFT_ARROW = 80;</code>
 +
| Keyboard Left Arrow
 +
|-
 +
| <code>SCAN_CODE_DOWN_ARROW = 81;</code>
 +
| Keyboard Down Arrow
 +
|-
 +
| <code>SCAN_CODE_UP_ARROW = 82;</code>
 +
| Keyboard Up Arrow
 +
|-
 +
| <code>SCAN_CODE_NUMLOCK = 83;</code>
 +
| Keyboard Num Lock
 +
|-
 +
| <code>SCAN_CODE_KEYPAD_SLASH = 84;</code>
 +
| Keypad /
 +
|-
 +
| <code>SCAN_CODE_KEYPAD_ASTERISK = 85;</code>
 +
| Keypad *
 +
|-
 +
| <code>SCAN_CODE_KEYPAD_MINUS = 86;</code>
 +
| Keypad -
 +
|-
 +
| <code>SCAN_CODE_KEYPAD_PLUS = 87;</code>
 +
| Keypad +
 +
|-
 +
| <code>SCAN_CODE_KEYPAD_ENTER = 88;</code>
 +
| Keypad Enter
 +
|-
 +
| <code>SCAN_CODE_KEYPAD_1 = 89;</code>
 +
| Keypad 1 and End
 
|-
 
|-
 
|}
 
|}

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