diff --git a/GLFW-4.0-sketchbook.md b/GLFW-4.0-sketchbook.md new file mode 100644 index 0000000..b460227 --- /dev/null +++ b/GLFW-4.0-sketchbook.md @@ -0,0 +1,13 @@ +**This is not a design document.** + +- Rename joystick to controller +- Enumerable controller objects +- Controller connection callback (mirror monitor callback) +- Context objects, `GLFW_CLIENT_API` = `GLFW_NO_CONTEXT` +- Merge character callbacks +- Put major version number in shared/dynamic library name +- Replace `glfwGetWindowAttrib` with accessors +- Possible adaption to positioning-less Wayland +- Cleanup of float vs. double +- Cleanup of signed vs. unsigned +- Removal of `GLFW_CURSOR_HIDDEN` \ No newline at end of file