Deletion log
From GiderosMobile
Below is a list of the most recent deletions.
- 01:13, 11 October 2024 MoKaLux talk contribs deleted page ImGui.Style:getWindowRounding (content was: "__NOTOC__ '''Available since:''' Gideros 2020.9<br/> '''Class:''' ImGui.Style<br/> === Description === Gets the ImGui global style window rounding value. <syntaxhighlight lang="lua"> (number) = ImGui.Style:getWindowRounding() </syntaxhighlight> === Return values === '''Returns''' (number) the window rounding value<br/> === Example === <syntaxhighlight lang="lua"> local imgui = ImGui.new() stage:addChild(imgui) local style = imgui:getStyle() style:setWindowRounding(24) p...")