Function input_sys::libinput_tablet_tool_has_tilt [] [src]

pub unsafe extern "C" fn libinput_tablet_tool_has_tilt(
    tool: *mut libinput_tablet_tool
) -> c_int

@ingroup event_tablet

Return whether the tablet tool supports tilt.

@param tool The tool to check the axis capabilities of @return Nonzero if the axis is available, zero otherwise.