-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathChanges.txt
29 lines (22 loc) · 1018 Bytes
/
Changes.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
1.3.0
* Gamepad callbacks now include context pointers
* Axis move callback now reports previous axis value in addition to current one
* Fixed a major bug (introduced in 1.2.0) that caused button up events never to be reported on Windows
1.2.0
* Removed dependencies on utilities and stemobject. Library is now completely standalone, though test harness still requires shell and glutshell.
* Gamepad API no longer uses EventDispatcher, instead providing GLUT-style callback registration for all previous event types
1.1.6
* Added 64-bit Windows and Linux support
1.1.5
* Gamepad_detectDevices() significantly sped up on Linux
1.1.4
* Gamepad_processEvents() will now do nothing if called from within itself
1.1.3
* Updated event dispatching to work with utilities 1.5.0
1.1.2
* Updated dependencies: utilities 1.4.0 -> 1.4.2
1.1.1
* Fixed crashes from retrieving gamepad description strings
* Fixed a memory leak
* Fixed a potential thread deadlock on Linux
* Removed leftover joystick debug code