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;
}Get the slice of Events for this frame.
Only valid between Window.beginand Window.end.
Source
pub fn events() []Event {
return currentWindow().events.items;
}