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 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
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 Decoupled new driver API from old public interface. 2010-10-29 11:27:40 +00:00