glfw3.linux_joystick

Translated from C to D

Public Imports

glfw3.linuxinput
public import glfw3.linuxinput;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Mixin templates

_GLFW_PLATFORM_JOYSTICK_STATE
mixintemplate _GLFW_PLATFORM_JOYSTICK_STATE()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_GLFW_PLATFORM_LIBRARY_JOYSTICK_STATE
mixintemplate _GLFW_PLATFORM_LIBRARY_JOYSTICK_STATE()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Static functions

_glfwDetectJoystickConnectionLinux
void _glfwDetectJoystickConnectionLinux()
Undocumented in source. Be warned that the author may not have intended to support it.
_glfwInitJoysticksLinux
GLFWbool _glfwInitJoysticksLinux()
Undocumented in source. Be warned that the author may not have intended to support it.
_glfwPlatformPollJoystick
int _glfwPlatformPollJoystick(_GLFWjoystick* js, int mode)

/////////////////////////////////////////////////////////////////////// /// GLFW platform API ////// ///////////////////////////////////////////////////////////////////////

_glfwPlatformUpdateGamepadGUID
void _glfwPlatformUpdateGamepadGUID(char* guid)
Undocumented in source. Be warned that the author may not have intended to support it.
_glfwTerminateJoysticksLinux
void _glfwTerminateJoysticksLinux()
Undocumented in source. Be warned that the author may not have intended to support it.
handleAbsEvent
void handleAbsEvent(_GLFWjoystick* js, int code, int value)
Undocumented in source. Be warned that the author may not have intended to support it.
inotify_add_watch
int inotify_add_watch(int fd, const(char)* name, uint mask)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
inotify_init
int inotify_init()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
inotify_init1
int inotify_init1(int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
inotify_rm_watch
int inotify_rm_watch(int fd, uint wd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Static variables

SYN_DROPPED
enum SYN_DROPPED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_GLFW_PLATFORM_MAPPING_NAME
enum _GLFW_PLATFORM_MAPPING_NAME;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
isBitSet
enum string isBitSet(string bit, string arr);
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

_GLFWjoystickLinux
struct _GLFWjoystickLinux
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_GLFWlibraryLinux
struct _GLFWlibraryLinux
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta