[][src]Function input_sys::libinput_device_config_send_events_get_default_mode

pub unsafe extern "C" fn libinput_device_config_send_events_get_default_mode(
    device: *mut libinput_device
) -> u32

@ingroup config

Get the default send-event mode for this device. The mode defines when the device processes and sends events to the caller.

@param device The device to configure @return The bitmask of the send-event mode for this device.

@see libinput_device_config_send_events_get_modes @see libinput_device_config_send_events_set_mode @see libinput_device_config_send_events_get_mode