Deletion log
From GiderosMobile
Below is a list of the most recent deletions.
- 01:33, 11 October 2024 MoKaLux talk contribs deleted page ImGui.Core:showMetricsWindow (content was: "__NOTOC__ '''Available since:''' Gideros 2020.9<br/> '''Class:''' ImGui<br/> === Description === Displays an ImGui metrics window. <syntaxhighlight lang="lua"> ImGui:showMetricsWindow() </syntaxhighlight> === Example === <syntaxhighlight lang="lua"> MyClass = Core.class(Sprite) function MyClass:init() self.imgui = ImGui.new() self:addChild(self.imgui) -- LISTENERS self:addEventListener("enterBegin", self.onTransitionInBegin, self) end -- LOOP function MyClass:onEnte...")