DVUI

events

Get the slice of Events for this frame.

Only valid between Window.beginand Window.end.

Source

Implementation

#
pub fn events() []Event {
    return currentWindow().events.items;
}