Difference between revisions of "Unit GlobalConst"

From Ultibo.org
Jump to: navigation, search
Line 1,906: Line 1,906:
 
| <code>SCAN_CODE_F13 = 104;</code>
 
| <code>SCAN_CODE_F13 = 104;</code>
 
| Keyboard F13
 
| Keyboard F13
 +
|-
 +
| <code>SCAN_CODE_F14 = 105;</code>
 +
| Keyboard F14
 +
|-
 +
| <code>SCAN_CODE_F15 = 106;</code>
 +
| Keyboard F15
 +
|-
 +
| <code>SCAN_CODE_F16 = 107;</code>
 +
| Keyboard F16
 +
|-
 +
| <code>SCAN_CODE_F17 = 108;</code>
 +
| Keyboard F17
 +
|-
 +
| <code>SCAN_CODE_F18 = 109;</code>
 +
| Keyboard F18
 +
|-
 +
| <code>SCAN_CODE_F19 = 110;</code>
 +
| Keyboard F19
 
|-
 
|-
 
|}
 
|}

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