#include <IOKit/IOKitLib.h>
#include <IOKit/IOCFPlugIn.h>
#include <IOKit/hid/IOHIDLib.h>
#include <IOKit/hid/IOHIDKeys.h>
Go to the source code of this file.
Classes | |
struct | _GLFWjoystickNS |
Macros | |
#define | _GLFW_PLATFORM_JOYSTICK_STATE _GLFWjoystickNS ns |
#define | _GLFW_PLATFORM_LIBRARY_JOYSTICK_STATE |
#define | _GLFW_PLATFORM_MAPPING_NAME "Mac OS X" |
Typedefs | |
typedef struct _GLFWjoystickNS | _GLFWjoystickNS |
Functions | |
void | _glfwInitJoysticksNS (void) |
void | _glfwTerminateJoysticksNS (void) |
#define _GLFW_PLATFORM_JOYSTICK_STATE _GLFWjoystickNS ns |
Definition at line 32 of file cocoa_joystick.h.
#define _GLFW_PLATFORM_LIBRARY_JOYSTICK_STATE |
Definition at line 33 of file cocoa_joystick.h.
#define _GLFW_PLATFORM_MAPPING_NAME "Mac OS X" |
Definition at line 35 of file cocoa_joystick.h.
typedef struct _GLFWjoystickNS _GLFWjoystickNS |