mirror of
https://github.com/enduro2d/enduro2d.git
synced 2025-12-15 00:11:55 +07:00
180 B
180 B
DBGUI
PROPERTIES
visible: boolean(read/write)
EXAMPLE
if the_keyboard:is_key_just_pressed("f12") then
the_dbgui.visible = not the_dbgui.visible
end