Interface IInputListener
Input Listener interface
Namespace: EmptyKeys.UserInterface.Input
Assembly: EmptyKeys.UserInterface.dll
Syntax
public interface IInputListener
Methods
Update(Double)
Updates this instance.
Declaration
void Update(double elapsedGameTime)
Parameters
Type | Name | Description |
---|---|---|
System.Double | elapsedGameTime | The elapsed game time. |