Updated GLFW 4.0 sketchbook (markdown)

Camilla Löwy 2019-05-27 04:11:19 +02:00
parent 5e9fd2be65
commit eb7025a5b8

@ -29,4 +29,5 @@
- Make space between last key and `GLFW_KEY_LAST` - Make space between last key and `GLFW_KEY_LAST`
- Rename `glfwGetVersion` to `glfwGetLibraryVersion` - Rename `glfwGetVersion` to `glfwGetLibraryVersion`
- Rename `GLFW_VERSION_*` to `GLFW_HEADER_VERSION_*` - Rename `GLFW_VERSION_*` to `GLFW_HEADER_VERSION_*`
- Remove focus behavior from `glfwShowWindow` - Remove focus behavior from `glfwShowWindow`
- Remove `glfwSetTime` ([rationale](http://discourse.glfw.org/t/poll-rfq-on-glfwsettime/1333))