keyEvent.mod: Difference between revisions
Jump to navigation
Jump to search
m (Mex moved page KeyEvent.mod to keyEvent.mod) |
No edit summary |
||
Line 6: | Line 6: | ||
|readonly = true | |readonly = true | ||
|returnTypes = int | |returnTypes = int | ||
|returnInfo = The status of key-modifiers for the key event. | |returnInfo = The status of key-modifiers (alt, shift, ctrl, etc) for the key event. | ||
|usage = fetch the status of key-modifiers for the key event | |usage = fetch the status of key-modifiers (alt, shift, ctrl, etc) for the key event | ||
|notes = See also: [https://wiki.libsdl.org/SDL_Keymod Key Modifiers List] | |notes = See also: [https://wiki.libsdl.org/SDL_Keymod Key Modifiers List] | ||
}} | }} |
Latest revision as of 23:50, 17 February 2021
Property
Server and Client
Online and Offline
Read-Only
Available since Server 1.0.0, Client 1.0.0
int keyEvent.mod
The keyEvent.mod property is used to fetch the status of key-modifiers (alt, shift, ctrl, etc) for the key event.
Value
int | The status of key-modifiers (alt, shift, ctrl, etc) for the key event. |
readonly | This property cannot be changed. |
Types
Shared
KeyEvent
Notes
- See also: Key Modifiers List.
Examples
There aren't any examples for this property.
Compatibility
There isn't any compatibility information for this property.
Related
Server Related
addEvent
addEventHandler
bindEventHandler
removeEventHandler
triggerEvent
triggerNetworkEvent
unbindEventHandler
Client Related
addEvent
addEventHandler
bindEventHandler
removeEventHandler
triggerEvent
triggerNetworkEvent
unbindEventHandler