summaryrefslogtreecommitdiffhomepage
path: root/projects/Geany
diff options
context:
space:
mode:
authorDoyle <[email protected]>2020-10-06 05:16:23 +1100
committerGitHub <[email protected]>2020-10-05 20:16:23 +0200
commitb29311c7cacf17b3512d837951d9e02fceae586f (patch)
tree01d7e1f1461118861c7a1439a3aa39b199bbed19 /projects/Geany
parenta4ea9f872ffef9ffe66fade37e984c3cc97910cb (diff)
downloadraylib-b29311c7cacf17b3512d837951d9e02fceae586f.tar.gz
raylib-b29311c7cacf17b3512d837951d9e02fceae586f.zip
mouse: Return float movement for precise scrolling where possible (#1397)
Diffstat (limited to 'projects/Geany')
-rw-r--r--projects/Geany/raylib.c.tags2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/Geany/raylib.c.tags b/projects/Geany/raylib.c.tags
index 33864ca0..1b47efdd 100644
--- a/projects/Geany/raylib.c.tags
+++ b/projects/Geany/raylib.c.tags
@@ -103,7 +103,7 @@ GetMousePosition|Vector2|(void);|
SetMousePosition|void|(int x, int y);|
SetMouseOffset|void|(int offsetX, int offsetY);|
SetMouseScale|void|(float scaleX, float scaleY);|
-GetMouseWheelMove|int|(void);|
+GetMouseWheelMove|float|(void);|
GetTouchX|int|(void);|
GetTouchY|int|(void);|
GetTouchPosition|Vector2|(int index);|