Version 0.2.0 (wip)
- remembers the last window that had focus so that some events can be sent to it even if no window has
focus (ex: requesting fullscreen) - added support for mouse wheel (
glfwSetScrollCallback
) - added support for mouse enter/leave (
glfwSetCursorEnterCallback
)