Closed ejenk0 closed 6 months ago
Hey, ejenk! I appreciate you taking time to make this pull request, but this was completed with the merge of #50
Hopefully in the future I can use git smartly to avoid this happening again. /)_-
No problem! Thanks for merging the gradle fix, I will tea my other PRs asap.
This feature required the following changes:
currentWheelMove
andpreviousWheelMove
fromfloat
toVector2
GetMouseWheelMove
to match raylib (Return the mouse wheel axis with the most movement, not just the Y axis)GetMouseWheelMoveV
function.getY()
NOTE: This is untested! (hence Draft status) I haven't been able to successfully build with the new build system. As soon as I am able I will test these changes.
This PR will increase raylib coverage (raylib.h/raymath.h) from 75.29% (at 4c7478e) to 75.44% (0.15% increase, one method added).