Difference between revisions of "ImGui.Style:getScrollbarRounding"

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:getScrollbarRounding()
 
(number) = ImGui.Style:getScrollbarRounding()
</source>
+
</syntaxhighlight>
  
 
=== Return values ===
 
=== Return values ===
Line 20: Line 20:
 
style:setScrollbarRounding(2)
 
style:setScrollbarRounding(2)
 
print(style:getScrollbarRounding()) -- 2
 
print(style:getScrollbarRounding()) -- 2
</source>
+
</syntaxhighlight>
  
 
{{ImGui.Style}}
 
{{ImGui.Style}}

Latest revision as of 15:29, 13 July 2023