List of events that will be called on the shown GUI
This event will be called when the GUI screen is being rendered
Key
Type
Description
mouse_x
Number
X Mouse coordinates
mouse_y
Y Mouse coordinates
This event will be called when a mouse button is pressed in the GUI
mouse_button
ID of the mouse button clicked
This event will be called when the mouse is being hold and dragged around
time_since
Time since the mouse click has happened
This event will be called when a mouse button is released
This event will be called when a key is pressed on the keyboard
typed_char
Character
Character pressed
key_code
Code of the pressed key
This event will be called when the GUI is closed
Last updated 4 years ago