Opentk/Source/OpenTK/Platform/X11
the_fiddler 07cbb9dd8b * Input/Mouse.cs:
* Input/IMouseDriver2.cs:
* Platform/X11/X11Mouse.cs:
* Platform/X11/XI2Mouse.cs:
* Platform/X11/Functions.cs:
* Platform/Windows/WMInput.cs:
* Platform/X11/X11GLNative.cs:
* Platform/Windows/WinRawMouse.cs: Added ability to set the position
  of the mouse cursor.
[X11] Avoid grabbing the pointer, as this causes unexpected
  side-effects (XInput2 stops working, debugging becomes difficult).
  We now use XWarpPointer and try to discard the spurious MouseMove
  events it generates.
[X11] Make cursor visible when window loses focus, to make debugging
  easier. Restore previous state when it regains focus.
2010-11-23 17:17:13 +00:00
..
Bindings Synced with 1.0 branch. 2010-03-11 22:53:11 +00:00
API.cs Refactored and simplified DisplayDevice detection (devices are now stored in the platform-specific drivers instead of the frontend). 2010-11-21 20:16:18 +00:00
Functions.cs * Input/Mouse.cs: 2010-11-23 17:17:13 +00:00
GlxHelper.cs Added SyncRoot object to BindingsBase that can be used to protect shared state in the various bindings. 2009-11-03 23:26:57 +00:00
Structs.cs Suppressed unused field warnings. The fields are necessary for interop, even if not explicitly accessed. 2010-10-28 09:01:25 +00:00
X11DisplayDevice.cs Refactored and simplified DisplayDevice detection (devices are now stored in the platform-specific drivers instead of the frontend). 2010-11-21 20:16:18 +00:00
X11Factory.cs * XI2Mouse.cs: 2010-11-04 18:01:07 +00:00
X11GLContext.cs Synced trunk with 1.0 branch. 2010-10-02 18:52:34 +00:00
X11GLNative.cs * Input/Mouse.cs: 2010-11-23 17:17:13 +00:00
X11GraphicsMode.cs Synced trunk with 1.0 branch. 2010-10-02 18:52:34 +00:00
X11Input.cs Decoupled new driver API from old public interface. 2010-10-29 11:27:40 +00:00
X11Joystick.cs Fixed line endings and set svn:eol-style to native and svn:mime-type to text/plain for .cs files. 2009-09-03 19:01:11 +00:00
X11Keyboard.cs * X11KeyMap.cs: Added AltGr keycode. 2010-11-04 17:57:09 +00:00
X11KeyMap.cs * X11KeyMap.cs: Added AltGr keycode. 2010-11-04 17:57:09 +00:00
X11Mouse.cs * Input/Mouse.cs: 2010-11-23 17:17:13 +00:00
X11WindowInfo.cs Backported bugfixes from 1.0 branch. 2010-02-03 19:04:42 +00:00
XI2Mouse.cs * Input/Mouse.cs: 2010-11-23 17:17:13 +00:00