Function libinput_event_get_context
pub unsafe extern "C" fn libinput_event_get_context(
event: *mut libinput_event,
) -> *mut libinput
Expand description
@ingroup event
Get the libinput context from the event.
@param event The libinput event @return The libinput context for this event.