The InputDispatchers role is to decide what should happen with user input events.
More...
#include <input_dispatcher.h>
The InputDispatchers role is to decide what should happen with user input events.
It will receive MirEvents with either MirMotionEvent or MirKeyboardEvent inside. The InputDispatcher implementation shall either handle the input without informing any clients or pick a client surface and send the event to it.
virtual mir::input::InputDispatcher::~InputDispatcher |
( |
| ) |
|
|
virtualdefault |
virtual bool mir::input::InputDispatcher::dispatch |
( |
MirEvent const & |
event | ) |
|
|
pure virtual |
virtual void mir::input::InputDispatcher::start |
( |
| ) |
|
|
pure virtual |
virtual void mir::input::InputDispatcher::stop |
( |
| ) |
|
|
pure virtual |
The documentation for this class was generated from the following file:
Copyright © 2012-2016 Canonical Ltd.
Generated on Mon Jun 5 11:05:03 UTC 2017