mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-26 18:31:09 +00:00
Renamed Keyboard/Mouse to Keyboard-/MouseDevice. Avoids name clashes.
This commit is contained in:
parent
8138033b2a
commit
7f721e3d3f
|
@ -12,6 +12,6 @@ namespace OpenTK.Input
|
|||
{
|
||||
public interface IKeyboardDriver
|
||||
{
|
||||
IList<Keyboard> Keyboard { get; }
|
||||
IList<KeyboardDevice> Keyboard { get; }
|
||||
}
|
||||
}
|
||||
|
|
|
@ -15,6 +15,6 @@ namespace OpenTK.Input
|
|||
/// <summary>
|
||||
/// Gets the list of available mouse devices.
|
||||
/// </summary>
|
||||
IList<Mouse> Mouse { get; }
|
||||
IList<MouseDevice> Mouse { get; }
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue