#include <default_event_builder.h>
|
| DefaultEventBuilder (MirInputDeviceId device_id, std::shared_ptr< cookie::Authority > const &cookie_authority) |
|
EventUPtr | key_event (Timestamp timestamp, MirKeyboardAction action, xkb_keysym_t key_code, int scan_code) override |
|
EventUPtr | touch_event (Timestamp timestamp) override |
|
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) override |
|
EventUPtr | pointer_event (Timestamp timestamp, MirPointerAction action, MirPointerButtons buttons_pressed, float hscroll_value, float vscroll_value, float relative_x_value, float relative_y_value) override |
|
EventUPtr | configuration_event (Timestamp timestamp, MirInputConfigurationAction action) override |
|
| EventBuilder ()=default |
|
virtual | ~EventBuilder ()=default |
|
void mir::input::DefaultEventBuilder::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 |
|
) |
| |
|
overridevirtual |
The documentation for this class was generated from the following files:
Copyright © 2012-2015 Canonical Ltd.
Generated on Wed Mar 30 00:29:56 UTC 2016