All public logs

From GiderosMobile

Combined display of all available logs of GiderosMobile. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 01:39, 11 October 2024 MoKaLux talk contribs deleted page ImGui.Core:endWindow (content was: "__NOTOC__ '''Available since:''' Gideros 2020.9<br/> '''Class:''' ImGui<br/> === Description === Pops the window from the stack. <syntaxhighlight lang="lua"> ImGui:endWindow() </syntaxhighlight> === Example === <syntaxhighlight lang="lua"> -- LOOP function MyClass:onEnterFrame(e) self.imgui:newFrame(e) if (self.window01) then -- if window exists local windowdrawn = false self.window01, windowdrawn = self.imgui:beginWindow( "Hello ImGui v"..ImGui._VERSION, -- wind...")