20 #ifndef MIR_INPUT_EVENT_BUILDER_H_ 21 #define MIR_INPUT_EVENT_BUILDER_H_ 32 using EventUPtr = std::unique_ptr<MirEvent, void(*)(MirEvent*)>;
46 float hscroll_value,
float vscroll_value,
float relative_x_value,
47 float relative_y_value) = 0;
52 float x_position,
float y_position,
53 float hscroll_value,
float vscroll_value,
float relative_x_value,
54 float relative_y_value) = 0;
Definition: as_render_target.h:27
std::unique_ptr< MirEvent, void(*)(MirEvent *)> EventUPtr
Definition: event_builders.h:39