Table of Contents

Namespace OmegaEngine.Input

Handlers for mouse, keyboard and touch input.

Classes

InputProvider

Processes events from an input device into higher-level navigational commands.

KeyboardInputProvider

Processes keyboard events into higher-level navigational commands.

MouseInputProvider

Processes mouse events into higher-level navigational commands.

TouchInputProvider

Processes touch events into higher-level navigational commands.

UpdateReceiver

Calls a callback delegate whenever any kind of input is received.

Interfaces

IInputReceiver

An object that receives input procesed into navigational commands from an InputProvider.