Function input_sys::libinput_seat_set_user_data
[−]
[src]
pub unsafe extern fn libinput_seat_set_user_data(seat: *mut libinput_seat,
user_data: *mut c_void)
@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