Opentk/Source/OpenTK/Platform/Windows
Fraser Waters 2de9c0b907 Fix wrap around bug in XInput.
Fixes #209. 
Negating short.MinValue would cause a wrap around back to short.MinValue. 
This resulted in joystick inputs like 0.8, 0.9, -1.00031.
2015-01-09 12:50:50 +00:00
..
Bindings Add #pragma warning disable for unused field warnings. 2014-11-03 01:39:45 +01:00
API.cs [Win] Added helper raw input methods 2014-09-11 12:51:48 +02:00
WglHelper.cs [Win] Fixed warnings 2014-04-26 18:22:50 +02:00
WinDisplayDevice.cs Fixed compilation warnings on Mono 3.4.0 2014-07-21 17:46:39 +02:00
WinFactory.cs [Win] Avoid NRE in WinFactory.Dispose() 2014-09-23 08:55:02 +02:00
WinGLContext.cs [OpenTK] Reduce duplication in GraphicsContextBase 2014-07-23 10:08:57 +02:00
WinGLNative.cs [Win] Removed unused code 2014-09-17 18:43:29 +02:00
WinGraphicsMode.cs Fixed compilation warnings on Mono 3.4.0 2014-07-21 17:46:39 +02:00
WinInputBase.cs [Win] Initial implementation of WinRawJoystick 2014-09-11 12:51:46 +02:00
WinKeyMap.cs [Win] Replaced KeyMap dictionary with switch 2014-04-25 14:13:55 +02:00
WinRawInput.cs [Win] Raw input parsing moved to input drivers 2014-09-11 12:51:48 +02:00
WinRawJoystick.cs Remove unused fields/variables. 2014-11-03 01:36:36 +01:00
WinRawKeyboard.cs [Win] Raw input parsing moved to input drivers 2014-09-11 12:51:48 +02:00
WinRawMouse.cs [Win] Raw input parsing moved to input drivers 2014-09-11 12:51:48 +02:00
WinWindowInfo.cs Re-added WindowHandle property 2013-11-13 18:25:49 +01:00
XInputJoystick.cs Fix wrap around bug in XInput. 2015-01-09 12:50:50 +00:00