![]() |
Wise&mystical
1.0
Project about Europe
|
Go to the source code of this file.
Classes | |
struct | _GLFWjoyobjectWin32 |
struct | _GLFWjoystickWin32 |
Macros | |
#define | _GLFW_PLATFORM_JOYSTICK_STATE _GLFWjoystickWin32 win32 |
#define | _GLFW_PLATFORM_LIBRARY_JOYSTICK_STATE struct { int dummyLibraryJoystick; } |
#define | _GLFW_PLATFORM_MAPPING_NAME "Windows" |
Typedefs | |
typedef struct _GLFWjoyobjectWin32 | _GLFWjoyobjectWin32 |
typedef struct _GLFWjoystickWin32 | _GLFWjoystickWin32 |
Functions | |
void | _glfwDetectJoystickConnectionWin32 (void) |
void | _glfwDetectJoystickDisconnectionWin32 (void) |
#define _GLFW_PLATFORM_JOYSTICK_STATE _GLFWjoystickWin32 win32 |
Definition at line 27 of file win32_joystick.h.
#define _GLFW_PLATFORM_LIBRARY_JOYSTICK_STATE struct { int dummyLibraryJoystick; } |
Definition at line 28 of file win32_joystick.h.
#define _GLFW_PLATFORM_MAPPING_NAME "Windows" |
Definition at line 30 of file win32_joystick.h.
typedef struct _GLFWjoyobjectWin32 _GLFWjoyobjectWin32 |
typedef struct _GLFWjoystickWin32 _GLFWjoystickWin32 |
void _glfwDetectJoystickConnectionWin32 | ( | void | ) |
Definition at line 496 of file win32_joystick.c.
void _glfwDetectJoystickDisconnectionWin32 | ( | void | ) |