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:35, 11 October 2024 MoKaLux talk contribs deleted page ImGui.Core:showStyleEditor (content was: "__NOTOC__ '''Available since:''' Gideros 2020.9<br/> '''Class:''' ImGui<br/> === Description === Adds a style editor block (not a window). <syntaxhighlight lang="lua"> ImGui:showStyleEditor() </syntaxhighlight> You can pass in a reference ImGuiStyle structure to compare to, revert to and save to (else it uses the default style). === Example === <syntaxhighlight lang="lua"> MyClass = Core.class(Sprite) function MyClass:init() self.imgui = ImGui.new() self:addChild(self...")