Mir
|
The InputDispatchers role is to decide what should happen with user input events. More...
#include <input_dispatcher.h>
Public Member Functions | |
virtual bool | dispatch (MirEvent const &event)=0 |
virtual void | start ()=0 |
virtual void | stop ()=0 |
virtual | ~InputDispatcher ()=default |
The InputDispatchers role is to decide what should happen with user input events.
It will receive MirEvents with either MirMotionEvent or MirKeyEvent inside. The InputDispatcher implementation shall either handle the input without informing any clients or pick a client surface and send the event to it.
|
virtualdefault |
|
pure virtual |
|
pure virtual |
|
pure virtual |
Copyright © 2012-2015 Canonical Ltd.
Generated on Thu Oct 8 16:20:16 UTC 2015