Created GLFW 4.0 sketchbook (markdown)

Camilla Berglund 2014-08-17 09:55:39 -07:00
parent d257c5b4ec
commit 319f9dbeeb

13
GLFW-4.0-sketchbook.md Normal file

@ -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`