Fork me on GitHub

JoystickState Class

Namespace
SharpInputSystem
Base Types
  • object
graph BT Type-->Base0["object"] Type["JoystickState"] class Type type-node

Syntax

public class JoystickState

Constructors

Name Summary
JoystickState()

Properties

Name Value Summary
Axis List<Axis>
Buttons int
Povs Pov[]
Sliders Slider[]

Methods

Name Value Summary
Clear() void
IsButtonDown(int) bool
SetButtonDown(int, bool) void