[Win] WinRawInput is IKeyboard/MouseDriver2
authorStefanos A <stapostol@gmail.com>
Wed, 15 Jan 2014 22:36:35 +0000 (23:36 +0100)
committerthefiddler <stapostol@gmail.com>
Thu, 11 Sep 2014 10:51:45 +0000 (12:51 +0200)
commit765ad9e05b55979c475e884209f3d967f0a1f886
tree6028459db039d18c9357c533e454e2a494b2bd22
parent8968f7ff38bb54a231dff0ec947cbc637c0629a9
[Win] WinRawInput is IKeyboard/MouseDriver2

Since we do not use Raw Input for joystick devices, it does not make
sense to expose the IJoystickDriver2 interface through WinRawInput. This
keeps allows joystick and keyboard/mouse implementations to reside in
distinct, modular classes, instantiated separately through WinFactory.
Source/OpenTK/Platform/Windows/WinInputBase.cs
Source/OpenTK/Platform/Windows/WinRawInput.cs