MirInputConfigurationAction mir_input_configuration_event_get_action(MirInputConfigurationEvent const *ev) MIR_FOR_REMOVAL_IN_VERSION_1("Input devices and changes to the input devices are indicated via the MirInputConfigCallback")
Retrieve the input configuration action which occurred.
MirInputConfigurationEvent indicates a configuration change in the input device subsystem. Eventually it's usage will be required to properly interpret MirInputEvent, for example: If we receive a button down, and then a device reset, we should not expect to receive the button up.
int64_t mir_input_configuration_event_get_time(MirInputConfigurationEvent const *ev) MIR_FOR_REMOVAL_IN_VERSION_1("Input devices and changes to the input devices are indicated via the MirInputConfigCallback")
Retreive the time associated with a MirInputConfiguration event.
MirInputDeviceId mir_input_configuration_event_get_device_id(MirInputConfigurationEvent const *ev) MIR_FOR_REMOVAL_IN_VERSION_1("Input devices and changes to the input devices are indicated via the MirInputConfigCallback")
Retreive the device id associated with a MirInputConfiguration event.