Opentk/Source/OpenTK/Input
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
..
ButtonState.cs
GamePad.cs
GamePadState.cs
IGamePadDriver.cs Added missing files to SVN. 2010-10-29 11:46:09 +00:00
IInputDevice.cs
IInputDriver.cs
IInputDriver2.cs
IJoystickDriver.cs
IKeyboardDriver.cs
IKeyboardDriver2.cs Added missing files to SVN. 2010-10-29 11:46:09 +00:00
IMouseDriver.cs
IMouseDriver2.cs * Input/Mouse.cs: 2010-11-23 17:17:13 +00:00
JoystickDevice.cs
Key.cs
Keyboard.cs Trivial cosmetic fix. 2010-11-08 21:46:55 +00:00
KeyboardDevice.cs
KeyboardKeyEventArgs.cs Added KeyboardKeyEventArgs. 2009-09-04 22:10:50 +00:00
KeyboardState.cs Implemented KeyboardState.IsConnected property. 2010-10-29 11:46:57 +00:00
Mouse.cs * Input/Mouse.cs: 2010-11-23 17:17:13 +00:00
MouseButton.cs
MouseDevice.cs
MouseState.cs