mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-23 02:35:38 +00:00
Updated IMouse interface. Updated InputDriver implementation of IInputDriver.
This commit is contained in:
parent
e34ee87e4e
commit
afda045962
|
@ -30,7 +30,7 @@ namespace OpenTK
|
|||
|
||||
#region --- IInputDriver Members ---
|
||||
|
||||
IList<IInputDevice> IInputDriver.InputDevices
|
||||
public IList<IInputDevice> InputDevices
|
||||
{
|
||||
get { return inputDriver.InputDevices; }
|
||||
}
|
||||
|
@ -40,7 +40,7 @@ namespace OpenTK
|
|||
get { return inputDriver.Keyboard; }
|
||||
}
|
||||
|
||||
IList<Mouse> IMouseDriver.Mouse
|
||||
public IList<Mouse> Mouse
|
||||
{
|
||||
get { return inputDriver.Mouse; }
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue