Function input::ffi::libinput_event_get_type[][src]

pub unsafe extern "C" fn libinput_event_get_type(
    event: *mut libinput_event
) -> u32
Expand description

@ingroup event

Get the type of the event.

@param event An event retrieved by libinput_get_event().