Function libinput_tablet_tool_get_user_data
pub unsafe extern "C" fn libinput_tablet_tool_get_user_data(
tool: *mut libinput_tablet_tool,
) -> *mut c_void
Expand description
@ingroup event_tablet
Return the user data associated with a tool object. libinput does not manage, look at, or modify this data. The caller must ensure the data is valid.
@param tool The libinput tool @return The user data associated with the tool object
@since 1.2