Deletion log
From GiderosMobile
Below is a list of the most recent deletions.
- 01:19, 11 October 2024 MoKaLux talk contribs deleted page ImGui.DrawList:getBackgroundDrawList (content was: "__NOTOC__ '''Available since:''' Gideros 2020.9<br/> '''Class:''' ImGui.DrawList<br/> === Description === Gets the background ImGui draw list. <syntaxhighlight lang="lua"> (drawlist) = ImGui:getBackgroundDrawList() </syntaxhighlight> === Return values === '''Returns''' (drawlist) the background draw list<br/> === Example === <syntaxhighlight lang="lua"> require "ImGui" local imgui = ImGui.new() stage:addChild(imgui) function onEnterFrame(e) -- 1 we start ImGui imgui:...")