Function input_sys::libinput_device_get_sysname[][src]

pub unsafe extern "C" fn libinput_device_get_sysname(
    device: *mut libinput_device
) -> *const c_char
Expand description

@ingroup device

Get the system name of the device.

To get the descriptive device name, use libinput_device_get_name().

@param device A previously obtained device @return System name of the device