Difference between revisions of "ImGui.Style:getWindowRounding"

From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight")
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
Line 7: Line 7:
 
<syntaxhighlight lang="lua">
 
<syntaxhighlight lang="lua">
 
(number) = ImGui.Style:getWindowRounding()
 
(number) = ImGui.Style:getWindowRounding()
</source>
+
</syntaxhighlight>
  
 
=== Return values ===
 
=== Return values ===
Line 20: Line 20:
 
style:setWindowRounding(24)
 
style:setWindowRounding(24)
 
print(style:getWindowRounding()) -- 24
 
print(style:getWindowRounding()) -- 24
</source>
+
</syntaxhighlight>
  
 
{{ImGui.Style}}
 
{{ImGui.Style}}

Latest revision as of 15:29, 13 July 2023