Opentk/Source/OpenTK/Input
the_fiddler 7947cad6f8 * OpenTK.csproj:
* Input/MouseState.cs:
* Input/ButtonState.cs:
* Platform/X11/X11Mouse.cs:
* Platform/X11/X11Factory.cs: Added initial implementation of
  OpenTK.Input.Mouse for X11.
2010-10-21 07:56:37 +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
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
IJoystickDriver.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
IKeyboardDriver.cs * Source/OpenTK/OpenTK.csproj: 2010-10-20 14:33:23 +00:00
IMouseDriver.cs * Source/OpenTK/Input/Mouse.cs: 2010-10-20 14:58:38 +00:00
InputDriver.cs * Source/OpenTK/Input/Mouse.cs: 2010-10-20 14:58:38 +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 * Source/OpenTK/OpenTK.csproj: 2010-10-20 14:33:23 +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 * Input/KeyboardState.cs: Fixed the amount of storage for keyboard 2010-10-20 15:14:26 +00:00
Mouse.cs * Source/OpenTK/Input/Mouse.cs: 2010-10-20 14:58:38 +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 * OpenTK.csproj: 2010-10-21 07:56:37 +00:00