summaryrefslogtreecommitdiff
path: root/API.md
diff options
context:
space:
mode:
Diffstat (limited to 'API.md')
-rw-r--r--API.md28
1 files changed, 28 insertions, 0 deletions
diff --git a/API.md b/API.md
index d98251d..c5d5248 100644
--- a/API.md
+++ b/API.md
@@ -9391,6 +9391,34 @@ Get gui state (global state)
---
+> RL.GuiSetSliderDragging()
+
+Set guiSliderDragging
+
+---
+
+> isSliderDragging = RL.GuiGetSliderDragging()
+
+Get guiSliderDragging
+
+- Success return bool
+
+---
+
+> RL.GuiSetSliderActive()
+
+Set guiSliderActive
+
+---
+
+> isSliderDragging = RL.GuiGetSliderActive()
+
+Get guiSliderActive
+
+- Success return Rectangle
+
+---
+
## Gui - Font set/get functions
---