#include <internal.h>
Public Attributes | |
| _GLFW_PLATFORM_JOYSTICK_STATE | |
| float * | axes |
| int | axisCount |
| int | buttonCount |
| unsigned char * | buttons |
| char | guid [33] |
| int | hatCount |
| unsigned char * | hats |
| _GLFWmapping * | mapping |
| char * | name |
| GLFWbool | present |
| void * | userPointer |
Definition at line 476 of file internal.h.
| _GLFWjoystick::_GLFW_PLATFORM_JOYSTICK_STATE |
Definition at line 491 of file internal.h.
| float* _GLFWjoystick::axes |
Definition at line 479 of file internal.h.
| int _GLFWjoystick::axisCount |
Definition at line 480 of file internal.h.
| int _GLFWjoystick::buttonCount |
Definition at line 482 of file internal.h.
| unsigned char* _GLFWjoystick::buttons |
Definition at line 481 of file internal.h.
| char _GLFWjoystick::guid[33] |
Definition at line 487 of file internal.h.
| int _GLFWjoystick::hatCount |
Definition at line 484 of file internal.h.
| unsigned char* _GLFWjoystick::hats |
Definition at line 483 of file internal.h.
| _GLFWmapping* _GLFWjoystick::mapping |
Definition at line 488 of file internal.h.
| char* _GLFWjoystick::name |
Definition at line 485 of file internal.h.
| GLFWbool _GLFWjoystick::present |
Definition at line 478 of file internal.h.
| void* _GLFWjoystick::userPointer |
Definition at line 486 of file internal.h.