keyEvent.repeat
Property
Server and Client
Online and Offline
Read-Only
Available since Server 1.0.0, Client 1.0.0
int keyEvent.repeat
The keyEvent.repeat property is used to fetch the auto-repeat status for the key event, the value will be non-zero if the event is an auto-repeat key event, the value will be 0 if the event is not an auto-repeat key event.
Value
int | The auto-repeat status for the key event. |
readonly | This property cannot be changed. |
Types
Shared
KeyEvent
Notes
There aren't any notes for this property.
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