Difference between revisions of "Unit GlobalConst"

From Ultibo.org
Jump to: navigation, search
Line 2,014: Line 2,014:
 
| <code>SCAN_CODE_INTERNATIONAL6 = 140;</code>
 
| <code>SCAN_CODE_INTERNATIONAL6 = 140;</code>
 
| Keyboard International6
 
| Keyboard International6
 +
|-
 +
| <code>SCAN_CODE_INTERNATIONAL7 = 141;</code>
 +
| Keyboard International7
 +
|-
 +
| <code>SCAN_CODE_INTERNATIONAL8 = 142;</code>
 +
| Keyboard International8
 +
|-
 +
| <code>SCAN_CODE_INTERNATIONAL9 = 143;</code>
 +
| Keyboard International9
 +
|-
 +
| <code>SCAN_CODE_LANG? = 144;</code>
 +
| Keyboard LANG1
 +
|-
 +
| <code>SCAN_CODE_LANG2 = 145;</code>
 +
| Keyboard LANG2
 +
|-
 +
| <code>SCAN_CODE_LANG3 = 146;</code>
 +
| Keyboard LANG3
 +
|-
 +
| <code>SCAN_CODE_LANG4 = 147;</code>
 +
| Keyboard LANG4
 +
|-
 +
| <code>SCAN_CODE_LANG5 = 148;</code>
 +
| Keyboard LANG5
 +
|-
 +
| <code>SCAN_CODE_LANG6 = 149;</code>
 +
| Keyboard LANG6
 +
|-
 +
| <code>SCAN_CODE_LANG7 = 150;</code>
 +
| Keyboard LANG7
 +
|-
 +
| <code>SCAN_CODE_LANG8 = 151;</code>
 +
| Keyboard LANG8
 +
|-
 +
| <code>SCAN_CODE_LANG9 = 152;</code>
 +
| Keyboard LANG9
 +
|-
 +
| <code>SCAN_CODE_ALT_ERASE = 153;</code>
 +
| Keyboard Alternate Erase
 
|-
 
|-
 
|}
 
|}

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