diff options
| author | jussi | 2023-12-20 01:13:28 +0200 |
|---|---|---|
| committer | jussi | 2023-12-20 01:13:28 +0200 |
| commit | 192d471fb3caaa6d73796185e5cadc62075743f7 (patch) | |
| tree | e6284af8813771228eb37ef85405d9083fde6840 /API.md | |
| parent | 9884c544bb2e9870bbda9607685bd478c9f3fda0 (diff) | |
| download | reilua-enhanced-192d471fb3caaa6d73796185e5cadc62075743f7.tar.gz reilua-enhanced-192d471fb3caaa6d73796185e5cadc62075743f7.tar.bz2 reilua-enhanced-192d471fb3caaa6d73796185e5cadc62075743f7.zip | |
GuiScrollBar.
Diffstat (limited to 'API.md')
| -rw-r--r-- | API.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 --- |
