- errorCallback
void errorCallback(int error, const(char)* description)
Undocumented in source. Be warned that the author may not have intended to support it.
- keyCallback
void keyCallback(GLFWwindow* window, int key, int scancode, int action, int mods)
Undocumented in source. Be warned that the author may not have intended to support it.
- main
int main()
Undocumented in source. Be warned that the author may not have intended to support it.
- printClipboardState
void printClipboardState()
Undocumented in source. Be warned that the author may not have intended to support it.
- printJoystickState
void printJoystickState()
Undocumented in source. Be warned that the author may not have intended to support it.
- printMonitorState
void printMonitorState()
Undocumented in source. Be warned that the author may not have intended to support it.
- toggleFullScreen
void toggleFullScreen(GLFWwindow* window)
Undocumented in source. Be warned that the author may not have intended to support it.
Simple example of a GLFW application that creates a black window and reads some input and output
Does not load OpenGL / Vulkan.