Function libinput_seat_get_logical_name
pub unsafe extern "C" fn libinput_seat_get_logical_name(
seat: *mut libinput_seat,
) -> *const i8
Expand description
@ingroup seat
Return the logical name of the seat. This is an identifier to group sets of devices within the compositor.
@param seat A previously obtained seat @return The logical name of this seat