Opentk/Source/OpenTK/Input
2011-12-08 00:03:14 +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 Fixed all known build warnings, apart from missing xml comments. 2009-03-25 21:53:12 +00:00
Key.cs
Keyboard.cs Disabled GetDeviceName until the correct cross-platform API can be determined. 2010-12-03 12:39:42 +00:00
KeyboardDevice.cs
KeyboardKeyEventArgs.cs
KeyboardState.cs Added documentation for IsConnected and added (disabled) IsLedOn/IsLedOff methods. 2010-12-03 12:40:10 +00:00
Mouse.cs * Input/Mouse.cs: 2010-11-23 17:17:13 +00:00
MouseButton.cs
MouseDevice.cs Added conditional compilation and the necessary classes to compile OpenTK without referencing System.Drawing.dll. To build without System.Drawing, add "MINIMAL" to the conditional compilation symbols. Note that this is an experimental feature that will result in a source- and binary-incompatible dll. 2011-12-08 00:03:14 +00:00
MouseState.cs