From 319f9dbeeb0521cf5431f6814024b638f1597457 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Sun, 17 Aug 2014 09:55:39 -0700 Subject: [PATCH] Created GLFW 4.0 sketchbook (markdown) --- GLFW-4.0-sketchbook.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 GLFW-4.0-sketchbook.md 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