Aiv Fast2D
1.0.4
|
Aiv.Fast2D supports up to 4 jousticks/gamepad and emulates a subset of XBox 360 layout:
To get the list of connected joysticks you can call:
an array of 4 strings will be returned. When null is set in an index, it means the joystick is not connected for that port
A good way to debug joysticks is using the JoystickDebug() method:
The two axis returns a Vector2 struct
will return the left axis status of the first joystick.
It means you can move an object in one step:
This is the directional pad. Each of the directions is a bool set to true when the button is pressed:
The same as DPAD but for the classic 4 buttons (a,b,x,y).
On windows you can use Xbox 360 and Xbox one controllers without additional drivers.
For PS3/PS4 controllers you need this driver: https://github.com/nefarius/ScpToolkit#installation-how-to
Cheap USB controllers should work out of the box
On Mac PS3/PS4 controllers are automatically supported, while for Xbox 360/One you need this driver: https://github.com/360Controller/360Controller/releases