|
LifeLua 21-08-2025
Documentation for LifeLua, a Lua interpreter for the PS Vita
|
ImGui library. More...
Functions | |
| nil | imgui.init () |
| nil | imgui.shutdown () |
| nil | imgui.renderinit () |
| nil | imgui.renderterm () |
| nil | imgui.metrics () |
| nil | imgui.darktheme () |
| nil | imgui.lighttheme () |
| nil | imgui.classictheme () |
| nil | imgui.text (string text) |
| nil imgui.classictheme | ( | ) |
Sets ImGui's theme to the classic one
| nil imgui.darktheme | ( | ) |
Sets ImGui's theme to dark
| nil imgui.init | ( | ) |
Initializes ImGui
| nil imgui.lighttheme | ( | ) |
Sets ImGui's theme to light
| nil imgui.metrics | ( | ) |
Show the ImGui debug window
| nil imgui.renderinit | ( | ) |
Initializes the ImGui rendering
| nil imgui.renderterm | ( | ) |
Terminates the ImGui rendering
| nil imgui.shutdown | ( | ) |
Terminates ImGui
| nil imgui.text | ( | string | text | ) |
Draws text