GUI Events

List of events that will be called on the shown GUI

on_render_screen

This event will be called when the GUI screen is being rendered

on_click

This event will be called when a mouse button is pressed in the GUI

on_drag_click

This event will be called when the mouse is being hold and dragged around

on_mouse_released

This event will be called when a mouse button is released

on_key_typed

This event will be called when a key is pressed on the keyboard

on_gui_close

This event will be called when the GUI is closed

Last updated