Rewrote joystick test.

This commit is contained in:
Camilla Berglund
2012-06-06 02:04:15 +02:00
parent 2213450840
commit 9cc0abffc5
2 changed files with 168 additions and 93 deletions
+1
View File
@@ -303,6 +303,7 @@ version of GLFW.</p>
<li>Replaced layout-dependent key codes with single, platform-independent set based on US layout</li>
<li>Replaced mouse wheel interface with two-dimensional, floating point scrolling interface</li>
<li>Replaced <code>glfwEnable</code> and <code>glfwDisable</code> with <code>glfwGetInputMode</code> and <code>glfwSetInputMode</code></li>
<li>Replaced <code>joystick</code> test with graphical version</li>
<li>Made Unicode character input unaffected by <code>GLFW_KEY_REPEAT</code></li>
<li>Removed event auto-polling and the <code>GLFW_AUTO_POLL_EVENTS</code> window enable</li>
<li>Removed the Win32 port .def files</li>