[Win] Added combined XInput+WinMM joystick driver
authorStefanos A <stapostol@gmail.com>
Wed, 15 Jan 2014 22:38:57 +0000 (23:38 +0100)
committerthefiddler <stapostol@gmail.com>
Thu, 11 Sep 2014 10:51:45 +0000 (12:51 +0200)
commit5cfde8ff0f65a50e3857762d313d3d5426549dbe
tree853c78d771299af61aa2a484aaed4bf96f793d4d
parent14d07a5952d877bb584250060008b74f47ecf781
[Win] Added combined XInput+WinMM joystick driver

Joystick devices will be queried through XInput first, with a fallback
to WinMM in case they are not recognized by the newer API.
Source/OpenTK/OpenTK.csproj
Source/OpenTK/Platform/Windows/WinCombinedJoystick.cs [new file with mode: 0644]