~attente/mir/include-surface-placement

« back to all changes in this revision

Viewing changes to include/server/mir/input/input_dispatcher.h

Remove references to old non-existent input code.
.

Approved by Alan Griffiths, mir-ci-bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
/*!
32
32
 * \brief The InputDispatchers role is to decide what should happen with user input events.
33
33
 *
34
 
 * It will receive MirEvents with either MirMotionEvent or MirKeyboardEvent inside. The InputDispatcher
 
34
 * It will receive MirEvents with either MirPointerEvent or MirKeyboardEvent inside. The InputDispatcher
35
35
 * implementation shall either handle the input without informing any clients or pick a client
36
36
 * surface and send the event to it.
37
37
 */