Document source
- Source
- GLFW 3.5.1 Documentation
- Upstream version
- GLFW 3.5.1
- Document status
- Canonical language
This reference page is an altered Markdown adaptation of the official GLFW 3.5.1 documentation. Formatting, navigation and links were changed for libx; technical content comes from the GLFW 3.5.1 source distribution.
Gamepad input state. More…
Data Fields |
|
| unsigned char | buttons [15] |
| float | axes [6] |
Detailed Description
Field Documentation
◆ buttons
| unsigned char GLFWgamepadstate::buttons[15] |
The states of each gamepad button, GLFW_PRESS or GLFW_RELEASE.
◆ axes
| float GLFWgamepadstate::axes[6] |
The states of each gamepad axis, in the range -1.0 to 1.0 inclusive.
The documentation for this struct was generated from the following file: