Gamepad input state
This describes the input state of a gamepad.
@sa @ref gamepad @sa @ref glfwGetGamepadState
The states of each gamepad axis, in the range -1.0 to 1.0 inclusive.
The states of each gamepad button, GLFW_PRESS or GLFW_RELEASE.
Added in version 3.3.
Ingroup: input
See Implementation
Gamepad input state
This describes the input state of a gamepad.
@sa @ref gamepad @sa @ref glfwGetGamepadState