[OpenTK] Refactor keyboard and mouse handling
authorthefiddler <stapostol@gmail.com>
Sun, 4 May 2014 15:05:08 +0000 (17:05 +0200)
committerthefiddler <stapostol@gmail.com>
Sun, 4 May 2014 15:05:08 +0000 (17:05 +0200)
commitd968281a1b97bab944bc315a5190877484b936d7
tree023417ecdf4a3ae9ad3c8981ea2a095004528921
parente155d647decdc34768459cc15d524689e9f19798
[OpenTK] Refactor keyboard and mouse handling

A lot of duplicated code is now moved to NativeWindowBase and
LegacyInputDriver.
Source/OpenTK/Input/KeyboardDevice.cs
Source/OpenTK/Input/KeyboardKeyEventArgs.cs
Source/OpenTK/Input/KeyboardState.cs
Source/OpenTK/Platform/MacOS/CocoaNativeWindow.cs
Source/OpenTK/Platform/MacOS/HIDInput.cs
Source/OpenTK/Platform/NativeWindowBase.cs
Source/OpenTK/Platform/SDL2/Sdl2Keyboard.cs
Source/OpenTK/Platform/SDL2/Sdl2NativeWindow.cs
Source/OpenTK/Platform/Windows/WinGLNative.cs
Source/OpenTK/Platform/Windows/WinRawKeyboard.cs
Source/OpenTK/Platform/X11/X11GLNative.cs