Package elisa :: Package core :: Package components :: Module input_provider

Module input_provider

source code

Input events providers base classes.

Classes
  InputProvider
Input events provider class.
  PollInputProvider
Non-blocking way to retrieve user input events.
  PushInputProvider
InputProvider that will be able to push InputEvents directly to the InputManager by method calls (input_manager.process_event).

Imports: Component