IInputManager
Declaration
public interface Strawberry.Input.IInputManager
The manager that handles all user input in the game
Properties
PointingDevice abstract
The pointing device used by the game. You can use this object to get information about mouse clicks or touch input.
IPointingDevice PointingDevice { get }
Keyboard abstract
The keyboard device used by the game.
IKeyboard Keyboard { get }
Methods
Initialize abstract
Initializes the input manager setting up the keyboard and pointing device.
void Initialize()
Update abstract
void Update()