Opentk/Source/OpenTK/Platform/X11
thefiddler 525af589f1 [X11] Match win32 wheel coordinate system
OpenTK uses the win32 wheel coordinate system, where
(+h, +v) = (right, up). XI2 uses (+h, +v) = (right, down)
instead, so we need to flip the vertical offset.

Fixes issue #133 and https://github.com/mono/MonoGame/issues/2686
2014-06-10 14:53:23 +02:00
..
Bindings Merge pull request #123 from thefiddler/eglfix 2014-05-19 23:14:41 +02:00
API.cs Add XcursorImageLoadCursor function. 2014-04-27 10:53:33 +02:00
Functions.cs [X11] Use XKB for layout-independent input 2014-05-15 01:13:12 +02:00
Structs.cs [X11] Added XIDeviceType enumeration 2014-05-15 10:20:23 +02:00
X11DisplayDevice.cs [X11] Fixed current resolution detection. 2013-12-30 09:23:33 +01:00
X11Factory.cs Merge pull request #123 from thefiddler/eglfix 2014-05-19 23:14:41 +02:00
X11GLContext.cs [X11] Correct Glx.*.SwapInterval definitions 2014-05-12 14:50:03 +02:00
X11GLNative.cs [X11] Fixed BadWindow error on shutdown 2014-05-19 22:02:46 +02:00
X11GraphicsMode.cs [OpenTK] Moved RelaxGraphicsMode to Utilities 2014-01-22 10:49:27 +01:00
X11Input.cs [X11] Split X11 and XI2 input drivers 2014-05-15 10:22:01 +02:00
X11Joystick.cs [Input] Added JoystickCapabilities.HatCount 2014-01-31 15:40:07 +01:00
X11Keyboard.cs [X11] Use XKB for layout-independent input 2014-05-15 01:13:12 +02:00
X11KeyMap.cs [X11] Rebased on develop branch 2014-05-15 01:16:28 +02:00
X11Mouse.cs [Input] Added Mouse.GetCursorPos() (WIP) 2014-05-12 02:20:52 +02:00
X11WindowInfo.cs Re-added WindowHandle property 2013-11-13 18:25:49 +01:00
XI2Input.cs [X11] Renamed XI2Mouse 2014-05-15 10:24:03 +02:00
XI2MouseKeyboard.cs [X11] Match win32 wheel coordinate system 2014-06-10 14:53:23 +02:00