Difference between revisions of "Unit GlobalConst"

From Ultibo.org
Jump to: navigation, search
Line 1,861: Line 1,861:
 
| <code>SCAN_CODE_KEYPAD_1 = 89;</code>
 
| <code>SCAN_CODE_KEYPAD_1 = 89;</code>
 
| Keypad 1 and End
 
| Keypad 1 and End
 +
|-
 +
| <code>SCAN_CODE_KEYPAD_2 = 90;</code>
 +
| Keypad 2 and Down Arrow
 +
|-
 +
| <code>SCAN_CODE_KEYPAD_3 = 91;</code>
 +
| Keypad 3 and PageDn
 +
|-
 +
| <code>SCAN_CODE_KEYPAD_4 = 92;</code>
 +
| Keypad 4 and Left Arrow
 +
|-
 +
| <code>SCAN_CODE_KEYPAD_5 = 93;</code>
 +
| Keypad 5 and Center
 +
|-
 +
| <code>SCAN_CODE_KEYPAD_6 = 94;</code>
 +
| Keypad 6 and Right Arrow
 +
|-
 +
| <code>SCAN_CODE_KEYPAD_7 = 95;</code>
 +
| Keypad 7 and Home
 +
|-
 +
| <code>SCAN_CODE_KEYPAD_8 = 96;</code>
 +
| Keypad 8 and Up Arrow
 +
|-
 +
| <code>SCAN_CODE_KEYPAD_9 = 97;</code>
 +
| Keypad 9 and PageUp
 +
|-
 +
| <code>SCAN_CODE_KEYPAD_0 = 98;</code>
 +
| Keypad 0 and Insert
 +
|-
 +
| <code>SCAN_CODE_KEYPAD_PERIOD = 99;</code>
 +
| Keypad . and Delete
 +
|-
 +
| <code>SCAN_CODE_NONUS_BACKSLASH = 100;</code>
 +
| Keyboard Non-US \ and |
 +
|-
 +
| <code>SCAN_CODE_APPLICATION = 101;</code>
 +
| Keyboard Application
 +
|-
 +
| <code>SCAN_CODE_POWER = 102;</code>
 +
| Keyboard Power
 
|-
 
|-
 
|}
 
|}

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