GuiSetSliderDragging, GuiGetSliderDragging, GuiSetSliderActive and GuiGetSliderActive.

This commit is contained in:
jussi
2024-10-02 13:02:13 +03:00
parent d3202073a7
commit 30c7a5eda2
7 changed files with 132 additions and 1 deletions

28
API.md
View File

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