Updated IMouse interface. Updated InputDriver implementation of IInputDriver.
This commit is contained in:
parent
47a3a3f62c
commit
ed9c9eac16
1 changed files with 2 additions and 2 deletions
|
@ -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