19 #define MIR_INCLUDE_DEPRECATED_EVENT_HEADER
21 #ifndef MIR_EVENT_BUILDERS_H_
22 #define MIR_EVENT_BUILDERS_H_
35 typedef std::unique_ptr<MirEvent, void(*)(MirEvent*)>
EventUPtr;
60 float pressure_value,
float touch_major_value,
float touch_minor_value,
float size_value);
65 std::vector<MirPointerInputEventButton>
const& buttons_pressed,
66 float x_axis_value,
float y_axis_value,
67 float hscroll_value,
float vscroll_value);
71 #endif // MIR_EVENT_BUILDERS_H_
All things Mir.
Definition: buffer_stream.h:37
std::unique_ptr< MirEvent, void(*)(MirEvent *)> EventUPtr
Definition: event_builders.h:35
void add_touch(MirEvent &event, MirTouchInputEventTouchId touch_id, MirTouchInputEventTouchAction action, MirTouchInputEventTouchTooltype 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:265
EventUPtr make_event(frontend::SurfaceId const &surface_id, MirOrientation orientation)
Definition: event_builders.cpp:41
Definition: int_wrapper.h:27
Definition: event_deprecated.h:237
int const size
Definition: make_socket_rpc_channel.cpp:51