summaryrefslogtreecommitdiff
path: root/src/rgui.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rgui.c')
-rw-r--r--src/rgui.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rgui.c b/src/rgui.c
index f1532a3..befb725 100644
--- a/src/rgui.c
+++ b/src/rgui.c
@@ -117,7 +117,7 @@ int lguiGuiGetState( lua_State* L ) {
}
/*
-> RL.GuiSetSliderDragging()
+> RL.GuiSetSliderDragging( bool dragging )
Set guiSliderDragging
*/
@@ -143,7 +143,7 @@ int lguiGuiGetSliderDragging( lua_State* L ) {
}
/*
-> RL.GuiSetSliderActive()
+> RL.GuiSetSliderActive( Rectange rect )
Set guiSliderActive
*/