#include <event_builder.h>
|
| EventBuilder ()=default |
|
virtual | ~EventBuilder ()=default |
|
virtual EventUPtr | key_event (Timestamp timestamp, MirKeyboardAction action, xkb_keysym_t key_code, int scan_code, MirInputEventModifiers modifiers)=0 |
|
virtual EventUPtr | touch_event (Timestamp timestamp, MirInputEventModifiers modifiers)=0 |
|
virtual void | add_touch (MirEvent &event, MirTouchId touch_id, MirTouchAction action, MirTouchTooltype tooltype, float x_axis_value, float y_axis_value, float pressure_value, float touch_major_value, float touch_minor_value, float size_value)=0 |
|
virtual EventUPtr | pointer_event (Timestamp timestamp, MirInputEventModifiers modifiers, MirPointerAction action, MirPointerButtons buttons_pressed, float x_axis_value, float y_axis_value, float hscroll_value, float vscroll_value, float relative_x_value, float relative_y_value)=0 |
|
virtual EventUPtr | configuration_event (Timestamp timestamp, MirInputConfigurationAction action)=0 |
|
mir::input::EventBuilder::EventBuilder |
( |
| ) |
|
|
default |
virtual mir::input::EventBuilder::~EventBuilder |
( |
| ) |
|
|
virtualdefault |
mir::input::EventBuilder::EventBuilder |
( |
EventBuilder const & |
| ) |
|
|
protecteddelete |
virtual void mir::input::EventBuilder::add_touch |
( |
MirEvent & |
event, |
|
|
MirTouchId |
touch_id, |
|
|
MirTouchAction |
action, |
|
|
MirTouchTooltype |
tooltype, |
|
|
float |
x_axis_value, |
|
|
float |
y_axis_value, |
|
|
float |
pressure_value, |
|
|
float |
touch_major_value, |
|
|
float |
touch_minor_value, |
|
|
float |
size_value |
|
) |
| |
|
pure virtual |
The documentation for this class was generated from the following file:
Copyright © 2012-2015 Canonical Ltd.
Generated on Thu Oct 8 16:20:16 UTC 2015