Function input_sys::libinput_event_get_tablet_pad_event [] [src]

pub unsafe extern "C" fn libinput_event_get_tablet_pad_event(
    event: *mut libinput_event
) -> *mut libinput_event_tablet_pad

@ingroup event

Return the tablet pad event that is this input event. If the event type does not match the tablet pad event types, this function returns NULL.

The inverse of this function is libinput_event_tablet_pad_get_base_event().

@return A tablet pad event, or NULL for other events