Added missing XML documentation.
This commit is contained in:
parent
e2ddfe8289
commit
ea387cd9b0
1 changed files with 6 additions and 0 deletions
|
@ -10,8 +10,14 @@ using System.Text;
|
|||
|
||||
namespace OpenTK.Input
|
||||
{
|
||||
/// <summary>
|
||||
/// Defines the interface for an input driver.
|
||||
/// </summary>
|
||||
public interface IInputDriver : IKeyboardDriver, IMouseDriver, IJoystickDriver, IDisposable
|
||||
{
|
||||
/// <summary>
|
||||
/// Updates the state of the driver.
|
||||
/// </summary>
|
||||
void Poll();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue