зеркало из https://github.com/stride3d/opentk.git
Updated IMouse interface. Updated InputDriver implementation of IInputDriver.
This commit is contained in:
Родитель
47a3a3f62c
Коммит
ed9c9eac16
|
@ -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; }
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче