x11_init

Translated from C to D

Members

Static functions

_glfwCreateCursorX11
Cursor _glfwCreateCursorX11(const(GLFWimage)* image, int xhot, int yhot)
Undocumented in source. Be warned that the author may not have intended to support it.
_glfwGrabErrorHandlerX11
void _glfwGrabErrorHandlerX11()

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

_glfwInputErrorX11
void _glfwInputErrorX11(int error, const(char)* message)
Undocumented in source. Be warned that the author may not have intended to support it.
_glfwPlatformGetVersionString
const(char)* _glfwPlatformGetVersionString()
Undocumented in source. Be warned that the author may not have intended to support it.
_glfwPlatformInit
int _glfwPlatformInit()

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

_glfwPlatformTerminate
void _glfwPlatformTerminate()
Undocumented in source. Be warned that the author may not have intended to support it.
_glfwReleaseErrorHandlerX11
void _glfwReleaseErrorHandlerX11()
Undocumented in source. Be warned that the author may not have intended to support it.
createHelperWindow
Window createHelperWindow()
Undocumented in source. Be warned that the author may not have intended to support it.
createHiddenCursor
Cursor createHiddenCursor()
Undocumented in source. Be warned that the author may not have intended to support it.
createKeyTables
void createKeyTables()
Undocumented in source. Be warned that the author may not have intended to support it.
detectEWMH
void detectEWMH()
Undocumented in source. Be warned that the author may not have intended to support it.
errorHandler
int errorHandler(Display* display, XErrorEvent* event)
Undocumented in source. Be warned that the author may not have intended to support it.
getSupportedAtom
Atom getSupportedAtom(Atom* supportedAtoms, c_ulong atomCount, const(char)* atomName)
Undocumented in source. Be warned that the author may not have intended to support it.
getSystemContentScale
void getSystemContentScale(float* xscale, float* yscale)
Undocumented in source. Be warned that the author may not have intended to support it.
hasUsableInputMethodStyle
GLFWbool hasUsableInputMethodStyle()
Undocumented in source. Be warned that the author may not have intended to support it.
initExtensions
GLFWbool initExtensions()
Undocumented in source. Be warned that the author may not have intended to support it.
translateKeyCode
int translateKeyCode(int scancode)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta