Difference between revisions of "ImGui.Style:setWindowRounding"

From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight")
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
Line 7: Line 7:
 
<syntaxhighlight lang="lua">
 
<syntaxhighlight lang="lua">
 
ImGui.Style:setWindowRounding(rounding)
 
ImGui.Style:setWindowRounding(rounding)
</source>
+
</syntaxhighlight>
  
 
=== Parameters ===
 
=== Parameters ===
Line 19: Line 19:
 
local style = imgui:getStyle()
 
local style = imgui:getStyle()
 
style:setWindowRounding(12)
 
style:setWindowRounding(12)
</source>
+
</syntaxhighlight>
  
 
{{ImGui.Style}}
 
{{ImGui.Style}}

Latest revision as of 15:29, 13 July 2023