Mouse functions changed
- SetMouseScale changed to take in a Vector2. - Added mouseOffset global which is used in mouse read functions.
This commit is contained in:
parent
a707574f33
commit
f9c43dc379
2 changed files with 10 additions and 9 deletions
|
@ -941,8 +941,8 @@ RLAPI int GetMouseX(void); // Returns mouse p
|
|||
RLAPI int GetMouseY(void); // Returns mouse position Y
|
||||
RLAPI Vector2 GetMousePosition(void); // Returns mouse position XY
|
||||
RLAPI void SetMousePosition(Vector2 position); // Set mouse position XY
|
||||
RLAPI void SetMouseScale(float scale); // Set mouse scaling
|
||||
RLAPI void SetMouseOffset(Vector2 scale); // Set mouse scaling XY
|
||||
RLAPI void SetMouseScale(Vector2 scale); // Set mouse scaling
|
||||
RLAPI void SetMouseOffset(Vector2 scale); // Set mouse offset
|
||||
RLAPI int GetMouseWheelMove(void); // Returns mouse wheel movement Y
|
||||
|
||||
// Input-related functions: touch
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue