-
Notifications
You must be signed in to change notification settings - Fork 6
Events
levovix0 edited this page Dec 14, 2020
·
1 revision
Here are all the events that can be received and processed in the run macro.
no params
no out
occurs after the window is created and before it is opened.
no params
no out
occurs after the window is closed.
params: () (RenderEngine)
out: Renderer
occurs when the window needs to render.
Can be requested using redraw(var Window)
no params
out: newSize (oldSize, newSize)
occurs when the window resized.