Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IScreenInput

Extends the base input to include screen specific data.

Hierarchy

Index

Properties

Properties

Optional controlID

controlID: string

The controlId this input event relates to.

event

event: "move" | "mousedown" | "mouseup"

Joysticks can only be moved.

x

x: number

The X coordinate of the input.

y

y: number

The Y coordinate of the input.

Generated using TypeDoc