LifeLua 21-08-2025
Documentation for LifeLua, a Lua interpreter for the PS Vita
Loading...
Searching...
No Matches
imgui

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)
 

Detailed Description

Todo
add functions

Function Documentation

◆ imgui.classictheme()

nil imgui.classictheme ( )

Sets ImGui's theme to the classic one

◆ imgui.darktheme()

nil imgui.darktheme ( )

Sets ImGui's theme to dark

◆ imgui.init()

nil imgui.init ( )

Initializes ImGui

◆ imgui.lighttheme()

nil imgui.lighttheme ( )

Sets ImGui's theme to light

◆ imgui.metrics()

nil imgui.metrics ( )

Show the ImGui debug window

◆ imgui.renderinit()

nil imgui.renderinit ( )

Initializes the ImGui rendering

◆ imgui.renderterm()

nil imgui.renderterm ( )

Terminates the ImGui rendering

◆ imgui.shutdown()

nil imgui.shutdown ( )

Terminates ImGui

◆ imgui.text()

nil imgui.text ( string text)

Draws text