Updated GLFW 4.0 sketchbook (markdown)

elmindreda 2014-11-20 09:12:43 -08:00
parent 436bb9f4b0
commit d6134304cf

@ -6,7 +6,7 @@
- Context objects, `GLFW_CLIENT_API` = `GLFW_NO_CONTEXT` - Context objects, `GLFW_CLIENT_API` = `GLFW_NO_CONTEXT`
- Replace character callbacks with text callback - Replace character callbacks with text callback
- Put major version number in shared/dynamic library name - Put major version number in shared/dynamic library name
- Replace `glfwGetWindowAttrib` with accessors - Replace `glfwGetWindowAttrib` with accessors for run-time attributes
- Possible adaption to positioning-less Wayland - Possible adaption to positioning-less Wayland
- Cleanup of float vs. double - Cleanup of float vs. double
- Cleanup of signed vs. unsigned - Cleanup of signed vs. unsigned