Function libinput_seat_set_user_data
pub unsafe extern "C" fn libinput_seat_set_user_data(
seat: *mut libinput_seat,
user_data: *mut c_void,
)
Expand description
@ingroup seat
Set caller-specific data associated with this seat. libinput does not manage, look at, or modify this data. The caller must ensure the data is valid.
@param seat A previously obtained seat @param user_data Caller-specific data pointer @see libinput_seat_get_user_data