Mir
|
Functions | |
mir::EventUPtr | make_empty_event () |
std::string | serialize_event (MirEvent const &event) |
EventUPtr | deserialize_event (std::string const &raw) |
EventUPtr | make_event (frontend::SurfaceId const &surface_id, MirOrientation orientation) |
EventUPtr | make_event (MirPromptSessionState state) |
EventUPtr | make_event (frontend::SurfaceId const &surface_id, geometry::Size const &size) |
EventUPtr | make_event (frontend::SurfaceId const &surface_id, MirSurfaceAttrib attribute, int value) |
EventUPtr | make_event (frontend::SurfaceId const &surface_id) |
EventUPtr | make_event (frontend::SurfaceId const &surface_id, MirInputDeviceId id, std::string const &model, std::string const &layout, std::string const &variant, std::string const &options) |
EventUPtr | make_event (frontend::SurfaceId const &surface_id, int dpi, float scale, MirFormFactor form_factor, uint32_t id) |
EventUPtr | make_event (MirInputDeviceId device_id, std::chrono::nanoseconds timestamp, std::vector< uint8_t > const &cookie, MirKeyboardAction action, xkb_keysym_t key_code, int scan_code, MirInputEventModifiers modifiers) |
void | set_modifier (MirEvent &event, MirInputEventModifiers modifiers) |
void | set_cursor_position (MirEvent &event, mir::geometry::Point const &pos) |
void | set_button_state (MirEvent &event, MirPointerButtons button_state) |
EventUPtr | make_event (MirInputDeviceId device_id, std::chrono::nanoseconds timestamp, uint64_t mac, MirKeyboardAction action, xkb_keysym_t key_code, int scan_code, MirInputEventModifiers modifiers) __attribute__((deprecated)) |
EventUPtr | make_event (MirInputDeviceId device_id, std::chrono::nanoseconds timestamp, MirKeyboardAction action, xkb_keysym_t key_code, int scan_code, MirInputEventModifiers modifiers) __attribute__((deprecated)) |
EventUPtr | make_event (MirInputDeviceId device_id, std::chrono::nanoseconds timestamp, std::vector< uint8_t > const &mac, MirInputEventModifiers modifiers) |
EventUPtr | make_event (MirInputDeviceId device_id, std::chrono::nanoseconds timestamp, uint64_t mac, MirInputEventModifiers modifiers) __attribute__((deprecated)) |
EventUPtr | make_event (MirInputDeviceId device_id, std::chrono::nanoseconds timestamp, MirInputEventModifiers modifiers) __attribute__((deprecated)) |
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) |
EventUPtr | make_event (MirInputDeviceId device_id, std::chrono::nanoseconds timestamp, uint64_t mac, MirInputEventModifiers modifiers, MirPointerAction action, MirPointerButtons buttons_pressed, float x_axis_value, float y_axis_value, float hscroll_value, float vscroll_value) __attribute__((deprecated)) |
EventUPtr | make_event (MirInputDeviceId device_id, std::chrono::nanoseconds timestamp, MirInputEventModifiers modifiers, MirPointerAction action, MirPointerButtons buttons_pressed, float x_axis_value, float y_axis_value, float hscroll_value, float vscroll_value) __attribute__((deprecated)) |
EventUPtr | make_event (MirInputDeviceId device_id, std::chrono::nanoseconds timestamp, std::vector< uint8_t > const &mac, 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) |
EventUPtr | make_event (MirInputDeviceId device_id, std::chrono::nanoseconds timestamp, uint64_t mac, 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) __attribute__((deprecated)) |
EventUPtr | make_event (MirInputDeviceId device_id, std::chrono::nanoseconds 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) __attribute__((deprecated)) |
EventUPtr | make_event (MirInputConfigurationAction action, MirInputDeviceId id, std::chrono::nanoseconds time) |
void mir::events::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 | ||
) |
mir::EventUPtr mir::events::deserialize_event | ( | std::string const & | raw | ) |
mir::EventUPtr mir::events::make_empty_event | ( | ) |
EventUPtr mir::events::make_event | ( | frontend::SurfaceId const & | surface_id, |
MirOrientation | orientation | ||
) |
mir::EventUPtr mir::events::make_event | ( | MirPromptSessionState | state | ) |
EventUPtr mir::events::make_event | ( | frontend::SurfaceId const & | surface_id, |
geometry::Size const & | size | ||
) |
EventUPtr mir::events::make_event | ( | frontend::SurfaceId const & | surface_id, |
MirSurfaceAttrib | attribute, | ||
int | value | ||
) |
EventUPtr mir::events::make_event | ( | frontend::SurfaceId const & | surface_id | ) |
EventUPtr mir::events::make_event | ( | frontend::SurfaceId const & | surface_id, |
MirInputDeviceId | id, | ||
std::string const & | model, | ||
std::string const & | layout, | ||
std::string const & | variant, | ||
std::string const & | options | ||
) |
EventUPtr mir::events::make_event | ( | frontend::SurfaceId const & | surface_id, |
int | dpi, | ||
float | scale, | ||
MirFormFactor | form_factor, | ||
uint32_t | id | ||
) |
mir::EventUPtr mir::events::make_event | ( | MirInputDeviceId | device_id, |
std::chrono::nanoseconds | timestamp, | ||
std::vector< uint8_t > const & | cookie, | ||
MirKeyboardAction | action, | ||
xkb_keysym_t | key_code, | ||
int | scan_code, | ||
MirInputEventModifiers | modifiers | ||
) |
mir::EventUPtr mir::events::make_event | ( | MirInputDeviceId | device_id, |
std::chrono::nanoseconds | timestamp, | ||
uint64_t | mac, | ||
MirKeyboardAction | action, | ||
xkb_keysym_t | key_code, | ||
int | scan_code, | ||
MirInputEventModifiers | modifiers | ||
) |
mir::EventUPtr mir::events::make_event | ( | MirInputDeviceId | device_id, |
std::chrono::nanoseconds | timestamp, | ||
MirKeyboardAction | action, | ||
xkb_keysym_t | key_code, | ||
int | scan_code, | ||
MirInputEventModifiers | modifiers | ||
) |
mir::EventUPtr mir::events::make_event | ( | MirInputDeviceId | device_id, |
std::chrono::nanoseconds | timestamp, | ||
std::vector< uint8_t > const & | mac, | ||
MirInputEventModifiers | modifiers | ||
) |
mir::EventUPtr mir::events::make_event | ( | MirInputDeviceId | device_id, |
std::chrono::nanoseconds | timestamp, | ||
uint64_t | mac, | ||
MirInputEventModifiers | modifiers | ||
) |
mir::EventUPtr mir::events::make_event | ( | MirInputDeviceId | device_id, |
std::chrono::nanoseconds | timestamp, | ||
MirInputEventModifiers | modifiers | ||
) |
mir::EventUPtr mir::events::make_event | ( | MirInputDeviceId | device_id, |
std::chrono::nanoseconds | timestamp, | ||
uint64_t | mac, | ||
MirInputEventModifiers | modifiers, | ||
MirPointerAction | action, | ||
MirPointerButtons | buttons_pressed, | ||
float | x_axis_value, | ||
float | y_axis_value, | ||
float | hscroll_value, | ||
float | vscroll_value | ||
) |
mir::EventUPtr mir::events::make_event | ( | MirInputDeviceId | device_id, |
std::chrono::nanoseconds | timestamp, | ||
MirInputEventModifiers | modifiers, | ||
MirPointerAction | action, | ||
MirPointerButtons | buttons_pressed, | ||
float | x_axis_value, | ||
float | y_axis_value, | ||
float | hscroll_value, | ||
float | vscroll_value | ||
) |
mir::EventUPtr mir::events::make_event | ( | MirInputDeviceId | device_id, |
std::chrono::nanoseconds | timestamp, | ||
std::vector< uint8_t > const & | mac, | ||
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 | ||
) |
mir::EventUPtr mir::events::make_event | ( | MirInputDeviceId | device_id, |
std::chrono::nanoseconds | timestamp, | ||
uint64_t | mac, | ||
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 | ||
) |
mir::EventUPtr mir::events::make_event | ( | MirInputDeviceId | device_id, |
std::chrono::nanoseconds | 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 | ||
) |
mir::EventUPtr mir::events::make_event | ( | MirInputConfigurationAction | action, |
MirInputDeviceId | id, | ||
std::chrono::nanoseconds | time | ||
) |
std::string mir::events::serialize_event | ( | MirEvent const & | event | ) |
void mir::events::set_button_state | ( | MirEvent & | event, |
MirPointerButtons | button_state | ||
) |
void mir::events::set_cursor_position | ( | MirEvent & | event, |
mir::geometry::Point const & | pos | ||
) |
void mir::events::set_modifier | ( | MirEvent & | event, |
MirInputEventModifiers | modifiers | ||
) |
Copyright © 2012-2015 Canonical Ltd.
Generated on Wed Mar 30 00:29:56 UTC 2016