Difference between revisions of "Unit GlobalConst"

From Ultibo.org
Jump to: navigation, search
Line 1,928: Line 1,928:
 
| Keyboard F20
 
| Keyboard F20
 
|-
 
|-
| <code>SCAN_CODE_F?? = 112;</code>
+
| <code>SCAN_CODE_F2? = 112;</code>
 
| Keyboard F21
 
| Keyboard F21
 +
|-
 +
| <code>SCAN_CODE_F22 = 113;</code>
 +
| Keyboard F22
 +
|-
 +
| <code>SCAN_CODE_F23 = 114;</code>
 +
| Keyboard F23
 +
|-
 +
| <code>SCAN_CODE_F24 = 115;</code>
 +
| Keyboard F24
 +
|-
 +
| <code>SCAN_CODE_EXECUTE = 116;</code>
 +
| Keyboard Execute
 +
|-
 +
| <code>SCAN_CODE_HELP = 117;</code>
 +
| Keyboard Help
 +
|-
 +
| <code>SCAN_CODE_MENU = 118;</code>
 +
| Keyboard Menu
 +
|-
 +
| <code>SCAN_CODE_SELECT = 119;</code>
 +
| Keyboard Select
 +
|-
 +
| <code>SCAN_CODE_STOP = 120;</code>
 +
| Keyboard Stop
 +
|-
 +
| <code>SCAN_CODE_AGAIN = 121;</code>
 +
| Keyboard Again
 +
|-
 +
| <code>SCAN_CODE_UNDO = 122;</code>
 +
| Keyboard Undo
 +
|-
 +
| <code>SCAN_CODE_CUT = 123;</code>
 +
| Keyboard Cut
 
|-
 
|-
 
|}
 
|}

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