Added support for mouse buttons 4-n.

This commit is contained in:
Camilla Berglund
2013-09-08 16:08:15 +02:00
parent c93b120252
commit 57b8be1c24
2 changed files with 20 additions and 0 deletions
+1
View File
@@ -205,6 +205,7 @@ See the [GLFW documentation](http://www.glfw.org/docs/latest/).
## Changelog
- [Win32] Bugfix: `_WIN32_WINNT` was not set to Windows XP or later
- [X11] Bugfix: Events for mouse buttons 4 and above were not reported
## Contact