Interface JoystickMoveEvent
Properties
joystickMove
joystick
Move: { axis: Axis; axisStr: "R" | "U" | "V" | "X" | "Y" | "Z" | "PovX" | "PovY"; joystickId: number; position: number }
Type declaration
-
-
axisStr: "R" | "U" | "V" | "X" | "Y" | "Z" | "PovX" | "PovY"
-
joystickId: number
-
position: number
type
type: "JoystickMoved"