Trait gdk4::prelude::EventKind

source ·
pub unsafe trait EventKind: StaticType + FromGlibPtrFull<*mut GdkEvent> + 'static {
    // Required method
    fn event_types() -> &'static [EventType];
}
Expand description

A common trait implemented by the various Event types.

Safety

The user is not supposed to implement this trait.

Required Methods§

source

fn event_types() -> &'static [EventType]

Implementors§