Opentk/Source/OpenTK/Input
the_fiddler 22d4f1b3ce Renamed OpenTK.Input.Keys to OpenTK.Input.Key.
Added keymap to X11/X11Keyboard.cs (not complete).
Added GetKeyboardMapping(), DisplayFlags() and XKey enum to OpenTK.Platform.X11.API.cs
2007-08-05 16:04:39 +00:00
..
IInputDevice.cs Major updates to keyboard input. The infrastructure (drivers etc) is ready. Windows raw input works (now implementing multiple devices). The examples need updating for the new input methods. 2007-08-03 00:14:31 +00:00
IInputDriver.cs Renamed InputDevices.cs to InputDriver.cs. 2007-08-04 13:28:16 +00:00
IKeyboard.cs Renamed OpenTK.Input.Keys to OpenTK.Input.Key. 2007-08-05 16:04:39 +00:00
IKeyboardDriver.cs Renamed InputDevices.cs to InputDriver.cs. 2007-08-04 13:28:16 +00:00
IMouse.cs Added IMouse.cs and Mouse.cs, fixing the compilation on mono. 2007-08-05 10:17:20 +00:00
IMouseDriver.cs Started working around a subtle Mono error regarding types and properties. 2007-08-05 10:07:59 +00:00
Keyboard.cs Renamed OpenTK.Input.Keys to OpenTK.Input.Key. 2007-08-05 16:04:39 +00:00
Mouse.cs Added IMouse.cs and Mouse.cs, fixing the compilation on mono. 2007-08-05 10:17:20 +00:00