summaryrefslogtreecommitdiff
path: root/API.md
diff options
context:
space:
mode:
Diffstat (limited to 'API.md')
-rw-r--r--API.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/API.md b/API.md
index 2b3db21..b6fb33a 100644
--- a/API.md
+++ b/API.md
@@ -5066,6 +5066,22 @@ Set mouse scaling
---
+> offset = RL.GetMouseOffset()
+
+Get mouse offset
+
+- Success return Vector2
+
+---
+
+> scale = RL.GetMouseScale()
+
+Get mouse scale
+
+- Success return Vector2
+
+---
+
> movement = RL.GetMouseWheelMove()
Get mouse wheel movement for X or Y, whichever is larger