summaryrefslogtreecommitdiff
path: root/API.md
diff options
context:
space:
mode:
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
---