|
Mir
|
#include <mir_toolkit/events/event.h>Go to the source code of this file.
Functions | |
| MirPointerButtons | mir_input_device_state_event_pointer_buttons (MirInputDeviceStateEvent const *ev) |
| MirInputDeviceStateEvent informs clients about the current state of the input devices. | |
| float | mir_input_device_state_event_pointer_axis (MirInputDeviceStateEvent const *ev, MirPointerAxis axis) |
| Retrieve the pointer position. | |
| int64_t | mir_input_device_state_event_time (MirInputDeviceStateEvent const *ev) |
| Retrieve the time associated with a MirInputDeviceStateEvent. | |
| MirInputEventModifiers | mir_input_device_state_event_modifiers (MirInputDeviceStateEvent const *ev) |
| Retrieve the modifier keys pressed on all input devices. | |
| uint32_t | mir_input_device_state_event_device_count (MirInputDeviceStateEvent const *ev) |
| Retrieve the number of attached input devices. | |
| MirInputDeviceId | mir_input_device_state_event_device_id (MirInputDeviceStateEvent const *ev, uint32_t index) |
| Retrieve the device id. | |
| uint32_t | mir_input_device_state_event_device_pressed_keys_for_index (MirInputDeviceStateEvent const *ev, uint32_t index, uint32_t pressed_index) |
| uint32_t | mir_input_device_state_event_device_pressed_keys_count (MirInputDeviceStateEvent const *ev, uint32_t index) |
| Retrieve the size of scan code array of the device identified by the index. | |
| MirPointerButtons | mir_input_device_state_event_device_pointer_buttons (MirInputDeviceStateEvent const *ev, uint32_t index) |
| Retrieve the pointer button state of the device identified by the index. | |
Copyright © 2012-2026
Canonical Ltd.
Generated on Sun Mar 15 21:00:06 UTC 2026
This documentation is licensed under the GPL version 2 or 3.