Opentk/Source/OpenTK/Input
the_fiddler 52a6690150 Removed Move event from IMouse (too inefficient). Polled input only.
S04 now polls for the mouse position.
Keyboard now handles events generated from code and not from physical devices.
2007-09-21 22:49:42 +00:00
..
IInputDevice.cs Updated Build.exe to correctly generate sharpdev and sharpdev2 projects. 2007-08-10 09:27:13 +00:00
IInputDriver.cs Added IDisposable to all input drivers. 2007-08-22 00:30:16 +00:00
IKeyboard.cs Added KeyRepeat to IKeyboard. 2007-09-21 20:03:53 +00:00
IKeyboardDriver.cs Updated Build.exe to correctly generate sharpdev and sharpdev2 projects. 2007-08-10 09:27:13 +00:00
IMouse.cs Removed Move event from IMouse (too inefficient). Polled input only. 2007-09-21 22:49:42 +00:00
IMouseDriver.cs Work on MouseDriver. Windows raw driver works. 2007-09-21 20:34:07 +00:00
Keyboard.cs Added KeyRepeat to IKeyboard. 2007-09-21 20:03:53 +00:00
Mouse.cs Corrected Windows.API.RawMouse class. Mouse input now works! 2007-09-21 22:39:16 +00:00