Built-In Event List

This is a list of all built-in events:

  • WindowClose: The window is closing

  • WindowFocus: The window has gained focus

  • WindowUnfocus: The window has lost focus

  • WindowResize: The size of the window has changed

  • WindowMinimize: The window has been minimized

  • WindowRestore: The window has been restored

  • MouseMove: The cursor has moved

  • MouseScroll: The mouse wheel has been scrolled

  • MousePress: A mouse button has been pressed

  • MouseRelease: A mouse button has been released

  • KeyDown: A key has been pressed

  • KeyUp: A key has been released