- 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.
- _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 //////
///////////////////////////////////////////////////////////////////////
- _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.
- closeJoystick
void closeJoystick(_GLFWjoystick* js)
Undocumented in source. Be warned that the author may not have intended to support it.
- compareJoystickObjects
int compareJoystickObjects(const(void)* first, const(void)* second)
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.
- getDeviceDescription
const(char)* getDeviceDescription(const(XINPUT_CAPABILITIES)* xic)
Undocumented in source. Be warned that the author may not have intended to support it.
- supportsXInput
GLFWbool supportsXInput(const(GUID)* guid)
Undocumented in source. Be warned that the author may not have intended to support it.
- _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.
- _glfwDataFormat
DIDATAFORMAT _glfwDataFormat;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- _glfwObjectDataFormats
DIOBJECTDATAFORMAT[44] _glfwObjectDataFormats;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- _glfw_GUID_POV
GUID _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.
- _glfw_GUID_RxAxis
GUID _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.
- _glfw_GUID_RyAxis
GUID _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.
- _glfw_GUID_RzAxis
GUID _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.
- _glfw_GUID_Slider
GUID _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.
- _glfw_GUID_XAxis
GUID _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.
- _glfw_GUID_YAxis
GUID _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.
- _glfw_GUID_ZAxis
GUID _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.
- _glfw_IID_IDirectInput8W
GUID _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.
Translated from C to D