Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IScreenUpdate

Represents updatable components of a scren control which developers can update from game clients.

Hierarchy

Index

Properties

Optional disabled

disabled: boolean

When set to true this will disable the control. When set to false this will enable the control.

Optional moveThrottle

moveThrottle: number

The throttle rate for input sent

Optional sendMouseDownEvent

sendMouseDownEvent: boolean

Whether the control sends the mouse down event.

Optional sendMouseUpEvent

sendMouseUpEvent: boolean

Whether the control sends the mouse up event.

Optional sendMoveEvents

sendMoveEvents: MoveEventType

How the control will handle move events

Generated using TypeDoc