Difference between revisions of "Unit GlobalConst"

From Ultibo.org
Jump to: navigation, search
Line 2,169: Line 2,169:
 
| <code>SCAN_CODE_KEYPAD_DOUBLE_PIPE = 202;</code>
 
| <code>SCAN_CODE_KEYPAD_DOUBLE_PIPE = 202;</code>
 
| Keypad Double Pipe
 
| Keypad Double Pipe
 +
|-
 +
| <code>SCAN_CODE_KEYPAD_NUMBER = 204;</code>
 +
| Keypad #
 +
|-
 +
| <code>SCAN_CODE_KEYPAD_SPACE = 205;</code>
 +
| Keypad Space
 +
|-
 +
| <code>SCAN_CODE_KEYPAD_AT = 206;</code>
 +
| Keypad @
 +
|-
 +
| <code>SCAN_CODE_KEYPAD_EXCLAMATION = 207;</code>
 +
| Keypad !
 +
|-
 +
| <code>SCAN_CODE_KEYPAD_MEM_STORE = 208;</code>
 +
| Keypad Memory Store
 +
|-
 +
| <code>SCAN_CODE_KEYPAD_MEM_RECALL = 209;</code>
 +
| Keypad Memory Recall
 +
|-
 +
| <code>SCAN_CODE_KEYPAD_MEM_CLEAR = 210;</code>
 +
| Keypad Memory Clear
 +
|-
 +
| <code>SCAN_CODE_KEYPAD_MEM_ADD = 211;</code>
 +
| Keypad Memory Add
 +
|-
 +
| <code>SCAN_CODE_KEYPAD_MEM_SUB = 212;</code>
 +
| Keypad Memory Subtract
 +
|-
 +
| <code>SCAN_CODE_KEYPAD_MEM_MULTIPLY = 213;</code>
 +
| Keypad Memory Multiply
 +
|-
 +
| <code>SCAN_CODE_KEYPAD_MEM_DIVIDE = 214;</code>
 +
| Keypad Memory Divide
 +
|-
 +
| <code>SCAN_CODE_KEYPAD_PLUS_MINUS = 215;</code>
 +
| Keypad +/-
 +
|-
 +
| <code>SCAN_CODE_KEYPAD_CLEAR = 216;</code>
 +
| Keypad Clear
 
|-
 
|-
 
|}
 
|}

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