![]() |
Wise&mystical
1.0
Project about Europe
|
#include "internal.h"
#include <unistd.h>
#include <ctype.h>
#include <string.h>
#include <mach/mach.h>
#include <mach/mach_error.h>
#include <CoreFoundation/CoreFoundation.h>
#include <Kernel/IOKit/hidsystem/IOHIDUsageTables.h>
Go to the source code of this file.
Classes | |
struct | _GLFWjoyelementNS |
Typedefs | |
typedef struct _GLFWjoyelementNS | _GLFWjoyelementNS |
Functions | |
GLFWbool | _glfwPlatformInitJoysticks (void) |
void | _glfwPlatformTerminateJoysticks (void) |
int | _glfwPlatformPollJoystick (_GLFWjoystick *js, int mode) |
void | _glfwPlatformUpdateGamepadGUID (char *guid) |
typedef struct _GLFWjoyelementNS _GLFWjoyelementNS |
GLFWbool _glfwPlatformInitJoysticks | ( | void | ) |
int _glfwPlatformPollJoystick | ( | _GLFWjoystick * | js, |
int | mode | ||
) |
Definition at line 402 of file cocoa_joystick.m.
void _glfwPlatformTerminateJoysticks | ( | void | ) |
Definition at line 387 of file cocoa_joystick.m.
void _glfwPlatformUpdateGamepadGUID | ( | char * | guid | ) |
Definition at line 472 of file cocoa_joystick.m.