glfw3.win32_joystick

Translated from C to D

Members

Aliases

GUID_POV
alias GUID_POV = _glfw_GUID_POV
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GUID_RxAxis
alias GUID_RxAxis = _glfw_GUID_RxAxis
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GUID_RyAxis
alias GUID_RyAxis = _glfw_GUID_RyAxis
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GUID_RzAxis
alias GUID_RzAxis = _glfw_GUID_RzAxis
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GUID_Slider
alias GUID_Slider = _glfw_GUID_Slider
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GUID_XAxis
alias GUID_XAxis = _glfw_GUID_XAxis
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GUID_YAxis
alias GUID_YAxis = _glfw_GUID_YAxis
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GUID_ZAxis
alias GUID_ZAxis = _glfw_GUID_ZAxis
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IID_IDirectInput8W
alias IID_IDirectInput8W = _glfw_IID_IDirectInput8W
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

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

_glfwDetectJoystickConnectionWin32
void _glfwDetectJoystickConnectionWin32()
Undocumented in source. Be warned that the author may not have intended to support it.
_glfwDetectJoystickDisconnectionWin32
void _glfwDetectJoystickDisconnectionWin32()
Undocumented in source. Be warned that the author may not have intended to support it.
_glfwInitJoysticksWin32
void _glfwInitJoysticksWin32()

/////////////////////////////////////////////////////////////////////// /// GLFW internal API ////// ///////////////////////////////////////////////////////////////////////

_glfwPlatformPollJoystick
int _glfwPlatformPollJoystick(_GLFWjoystick* js, int mode)

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

_glfwPlatformSetJoystickRumble
int _glfwPlatformSetJoystickRumble(_GLFWjoystick* js, float slowMotorIntensity, float fastMotorIntensity)
Undocumented in source. Be warned that the author may not have intended to support it.
_glfwPlatformUpdateGamepadGUID
void _glfwPlatformUpdateGamepadGUID(char* guid)
Undocumented in source. Be warned that the author may not have intended to support it.
_glfwTerminateJoysticksWin32
void _glfwTerminateJoysticksWin32()
Undocumented in source. Be warned that the author may not have intended to support it.
deviceObjectCallback
BOOL deviceObjectCallback(const(DIDEVICEOBJECTINSTANCEW)* doi, void* user)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

_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.
_GLFW_TYPE_AXIS
enum _GLFW_TYPE_AXIS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_GLFW_TYPE_BUTTON
enum _GLFW_TYPE_BUTTON;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_GLFW_TYPE_POV
enum _GLFW_TYPE_POV;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_GLFW_TYPE_SLIDER
enum _GLFW_TYPE_SLIDER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

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

Meta