![]() |
Wise&mystical
1.0
Project about Europe
|
#include "internal.h"
Include dependency graph for null_joystick.c:Go to the source code of this file.
Functions | |
| GLFWbool | _glfwPlatformInitJoysticks (void) |
| void | _glfwPlatformTerminateJoysticks (void) |
| int | _glfwPlatformPollJoystick (_GLFWjoystick *js, int mode) |
| void | _glfwPlatformUpdateGamepadGUID (char *guid) |
| GLFWbool _glfwPlatformInitJoysticks | ( | void | ) |
Definition at line 36 of file null_joystick.c.
| int _glfwPlatformPollJoystick | ( | _GLFWjoystick * | js, |
| int | mode | ||
| ) |
Definition at line 45 of file null_joystick.c.
| void _glfwPlatformTerminateJoysticks | ( | void | ) |
Definition at line 41 of file null_joystick.c.
| void _glfwPlatformUpdateGamepadGUID | ( | char * | guid | ) |
Definition at line 50 of file null_joystick.c.