19 #ifndef MIR_EVENT_BUILDERS_H_
20 #define MIR_EVENT_BUILDERS_H_
33 typedef std::unique_ptr<MirEvent, void(*)(MirEvent*)>
EventUPtr;
76 float pressure_value,
float touch_major_value,
float touch_minor_value,
float size_value);
83 float x_axis_value,
float y_axis_value,
84 float hscroll_value,
float vscroll_value)
__attribute__ ((deprecated));
90 float x_axis_value,
float y_axis_value,
91 float hscroll_value,
float vscroll_value)
__attribute__ ((deprecated));
96 float x_axis_value,
float y_axis_value,
97 float hscroll_value,
float vscroll_value,
98 float relative_x_value,
float relative_y_value);
104 float x_axis_value,
float y_axis_value,
105 float hscroll_value,
float vscroll_value,
106 float relative_x_value,
float relative_y_value)
__attribute__ ((deprecated));
114 #endif // MIR_EVENT_BUILDERS_H_
All things Mir.
Definition: atomic_callback.h:25
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)
Definition: event_builders.cpp:200
int __attribute__((constructor)) init_google_protobuf()
Definition: google_protobuf_guard.cpp:21
std::unique_ptr< MirEvent, void(*)(MirEvent *)> EventUPtr
Definition: event_builders.h:33
EventUPtr make_event(frontend::SurfaceId const &surface_id, MirOrientation orientation)
Definition: event_builders.cpp:43
Definition: event_private.h:178
int const size
Definition: make_socket_rpc_channel.cpp:51