summaryrefslogtreecommitdiff
path: root/API.md
diff options
context:
space:
mode:
authorjussi2023-12-20 01:13:28 +0200
committerjussi2023-12-20 01:13:28 +0200
commit192d471fb3caaa6d73796185e5cadc62075743f7 (patch)
treee6284af8813771228eb37ef85405d9083fde6840 /API.md
parent9884c544bb2e9870bbda9607685bd478c9f3fda0 (diff)
downloadreilua-enhanced-192d471fb3caaa6d73796185e5cadc62075743f7.tar.gz
reilua-enhanced-192d471fb3caaa6d73796185e5cadc62075743f7.tar.bz2
reilua-enhanced-192d471fb3caaa6d73796185e5cadc62075743f7.zip
GuiScrollBar.
Diffstat (limited to 'API.md')
-rw-r--r--API.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/API.md b/API.md
index efa464a..06aa7ef 100644
--- a/API.md
+++ b/API.md
@@ -8841,6 +8841,14 @@ Grid control, returns mouse cell position
---
+> value = RL.GuiScrollBar( Rectangle bounds, int value, int minValue, int maxValue )
+
+Scroll bar control
+
+- Success return int
+
+---
+
## Gui - Advance controls set
---