Difference between revisions of "Unit GlobalConst"

From Ultibo.org
Jump to: navigation, search
Line 1,963: Line 1,963:
 
| <code>SCAN_CODE_CUT = 123;</code>
 
| <code>SCAN_CODE_CUT = 123;</code>
 
| Keyboard Cut
 
| Keyboard Cut
 +
|-
 +
| <code>SCAN_CODE_COPY = 124;</code>
 +
| Keyboard Copy
 +
|-
 +
| <code>SCAN_CODE_PASTE = 125;</code>
 +
| Keyboard Paste
 +
|-
 +
| <code>SCAN_CODE_FIND = 126;</code>
 +
| Keyboard Find
 +
|-
 +
| <code>SCAN_CODE_MUTE = 127;</code>
 +
| Keyboard Mute
 +
|-
 +
| <code>SCAN_CODE_VOLUMEUP = 128;</code>
 +
| Keyboard Volume Up
 +
|-
 +
| <code>SCAN_CODE_VOLUMEDN = 129;</code>
 +
| Keyboard Volume Down
 
|-
 
|-
 
|}
 
|}

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