Function libinput_seat_get_user_data
pub unsafe extern "C" fn libinput_seat_get_user_data(
seat: *mut libinput_seat,
) -> *mut c_void
Expand description
@ingroup seat
Get the caller-specific data associated with this seat, if any.
@param seat A previously obtained seat @return Caller-specific data pointer or NULL if none was set @see libinput_seat_set_user_data