mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-10-27 06:07:12 +00:00
Changed Mouse[Move|Button|Wheel]EventArgs into classes that inherit from EventsArgs, in order to follow the event design guidelines. |
||
|---|---|---|
| .. | ||
| GamePad.cs | ||
| GamePadState.cs | ||
| IInputDevice.cs | ||
| IInputDriver.cs | ||
| IJoystickDriver.cs | ||
| IKeyboardDriver.cs | ||
| IMouseDriver.cs | ||
| InputDriver.cs | ||
| JoystickDevice.cs | ||
| Key.cs | ||
| Keyboard.cs | ||
| KeyboardDevice.cs | ||
| KeyboardKeyEventArgs.cs | ||
| KeyboardState.cs | ||
| Mouse.cs | ||
| MouseButton.cs | ||
| MouseDevice.cs | ||
| MouseState.cs | ||