CreedVI / Raylib-J

Handmade Java binding for Raylib
zlib License
97 stars 16 forks source link

Support horizontal mouse wheel scrolling #48

Closed ejenk0 closed 6 months ago

ejenk0 commented 6 months ago

This feature required the following changes:

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).

CreedVI commented 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. /)_-

ejenk0 commented 6 months ago

No problem! Thanks for merging the gradle fix, I will tea my other PRs asap.