Function input_sys::libinput_tablet_tool_get_user_data [] [src]

pub unsafe extern fn libinput_tablet_tool_get_user_data(tool: *mut libinput_tablet_tool)
                                                        -> *mut c_void

@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