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 * OpenTK.csproj: 2010-10-21 07:56:37 +00:00
GamePad.cs Document that these APIs are incomplete. 2009-11-01 12:40:25 +00:00
GamePadState.cs * GamePad.cs: 2009-09-03 20:53:48 +00:00
IGamePadDriver.cs Added missing files to SVN. 2010-10-29 11:46:09 +00:00
IInputDevice.cs Initial joystick support (not public yet). 2009-02-28 23:11:27 +00:00
IInputDriver.cs Added missing XML documentation. 2009-06-28 10:02:25 +00:00
IInputDriver2.cs Decoupled new driver API from old public interface. 2010-10-29 11:27:40 +00:00
IJoystickDriver.cs Decoupled new driver API from old public interface. 2010-10-29 11:27:40 +00:00
IKeyboardDriver.cs Decoupled new driver API from old public interface. 2010-10-29 11:27:40 +00:00
IKeyboardDriver2.cs Added missing files to SVN. 2010-10-29 11:46:09 +00:00
IMouseDriver.cs Decoupled new driver API from old public interface. 2010-10-29 11:27:40 +00:00
IMouseDriver2.cs * Input/Mouse.cs: 2010-11-23 17:17:13 +00:00
JoystickDevice.cs Fixed all known build warnings, apart from missing xml comments. 2009-03-25 21:53:12 +00:00
Key.cs * Keyboard.cs: Disabled fixed buffer due to gmcs 2.0.1 compiler bug 2009-09-03 21:15:12 +00:00
Keyboard.cs Trivial cosmetic fix. 2010-11-08 21:46:55 +00:00
KeyboardDevice.cs Added KeyboardKeyEventArgs. 2009-09-04 22:10:50 +00:00
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 * Keyboard.cs: Disabled fixed buffer due to gmcs 2.0.1 compiler bug 2009-09-03 21:15:12 +00:00
MouseDevice.cs Backported bugfixes from 1.0 branch. 2010-02-03 19:04:42 +00:00
MouseState.cs Decoupled new driver API from old public interface. 2010-10-29 11:27:40 +00:00