Opentk/Source
the_fiddler 76e1d4064b * 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
..
Bind * Source/OpenTK/OpenTK.csproj: 2010-11-02 17:39:43 +00:00
Build.UpdateVersion Trim whitespace from revision number, which may cause build issues. 2010-11-15 21:10:36 +00:00
Compatibility * Graphics/GL/GLHelper.cs: 2010-11-02 17:45:53 +00:00
Converter * Source/OpenTK/OpenTK.csproj: 2010-11-02 17:39:43 +00:00
Examples * Source/OpenTK/OpenTK.csproj: 2010-11-02 17:39:43 +00:00
GLControl * Source/OpenTK/OpenTK.csproj: 2010-11-02 17:39:43 +00:00
OpenTK * Input/Mouse.cs: 2010-11-23 17:17:13 +00:00
QuickStart * QuickStart.sln: 2010-10-21 12:55:45 +00:00