GuiScrollBar.

This commit is contained in:
jussi
2023-12-20 01:13:28 +02:00
parent 9884c544bb
commit 192d471fb3
9 changed files with 108 additions and 8 deletions

8
API.md
View File

@@ -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
---