keyEvent.repeat

From GTA Connected
Revision as of 15:21, 24 August 2019 by Mex (talk | contribs) (Mex moved page KeyEvent.repeat to keyEvent.repeat)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Property Server and Client GTAIII Logo.png icon-vc.png icon-sa.png icon-iv.png 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

GTAIII Logo.png icon-vc.png icon-sa.png icon-iv.png addEvent
GTAIII Logo.png icon-vc.png icon-sa.png icon-iv.png addEventHandler
GTAIII Logo.png icon-vc.png icon-sa.png icon-iv.png bindEventHandler
GTAIII Logo.png icon-vc.png icon-sa.png icon-iv.png removeEventHandler
GTAIII Logo.png icon-vc.png icon-sa.png icon-iv.png triggerEvent
GTAIII Logo.png icon-vc.png icon-sa.png icon-iv.png unbindEventHandler


Client Related

GTAIII Logo.png icon-vc.png icon-sa.png icon-iv.png addEvent
GTAIII Logo.png icon-vc.png icon-sa.png icon-iv.png addEventHandler
GTAIII Logo.png icon-vc.png icon-sa.png icon-iv.png bindEventHandler
GTAIII Logo.png icon-vc.png icon-sa.png icon-iv.png removeEventHandler
GTAIII Logo.png icon-vc.png icon-sa.png icon-iv.png triggerEvent
GTAIII Logo.png icon-vc.png icon-sa.png icon-iv.png unbindEventHandler