![]() |
Wise&mystical
1.0
Project about Europe
|
#include <internal.h>
Collaboration diagram for _GLFWjoystick:Public Attributes | |
| GLFWbool | present |
| float * | axes |
| int | axisCount |
| unsigned char * | buttons |
| int | buttonCount |
| unsigned char * | hats |
| int | hatCount |
| char | name [128] |
| void * | userPointer |
| char | guid [33] |
| _GLFWmapping * | mapping |
| _GLFW_PLATFORM_JOYSTICK_STATE | |
Definition at line 491 of file internal.h.
| _GLFWjoystick::_GLFW_PLATFORM_JOYSTICK_STATE |
Definition at line 506 of file internal.h.
| float* _GLFWjoystick::axes |
Definition at line 494 of file internal.h.
| int _GLFWjoystick::axisCount |
Definition at line 495 of file internal.h.
| int _GLFWjoystick::buttonCount |
Definition at line 497 of file internal.h.
| unsigned char* _GLFWjoystick::buttons |
Definition at line 496 of file internal.h.
| char _GLFWjoystick::guid[33] |
Definition at line 502 of file internal.h.
| int _GLFWjoystick::hatCount |
Definition at line 499 of file internal.h.
| unsigned char* _GLFWjoystick::hats |
Definition at line 498 of file internal.h.
| _GLFWmapping* _GLFWjoystick::mapping |
Definition at line 503 of file internal.h.
| char _GLFWjoystick::name[128] |
Definition at line 500 of file internal.h.
| GLFWbool _GLFWjoystick::present |
Definition at line 493 of file internal.h.
| void* _GLFWjoystick::userPointer |
Definition at line 501 of file internal.h.