- Namespace
- SharpInputSystem
- Implementing Types
graph BT
Type["IJoystickListener"]
class Type type-node
Implementing0["BaseJoystickListener"]-.->Type
click Implementing0 "/sharpinputsystem/api/SharpInputSystem/BaseJoystickListener"
Syntax
public interface IJoystickListener
Methods
| Name | Value | Summary |
|---|---|---|
| AxisMoved |
bool | |
| ButtonPressed |
bool | |
| ButtonReleased |
bool | |
| PovMoved |
bool | |
| SliderMoved |
bool |