Wise&mystical  1.0
Project about Europe
Loading...
Searching...
No Matches
cocoa_joystick.m File Reference
#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>
+ Include dependency graph for cocoa_joystick.m:

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 Documentation

◆ _GLFWjoyelementNS

Function Documentation

◆ _glfwPlatformInitJoysticks()

GLFWbool _glfwPlatformInitJoysticks ( void  )

Definition at line 310 of file cocoa_joystick.m.

+ Here is the call graph for this function:

◆ _glfwPlatformPollJoystick()

int _glfwPlatformPollJoystick ( _GLFWjoystick js,
int  mode 
)

Definition at line 402 of file cocoa_joystick.m.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ _glfwPlatformTerminateJoysticks()

void _glfwPlatformTerminateJoysticks ( void  )

Definition at line 387 of file cocoa_joystick.m.

◆ _glfwPlatformUpdateGamepadGUID()

void _glfwPlatformUpdateGamepadGUID ( char *  guid)

Definition at line 472 of file cocoa_joystick.m.