Ray
Ray
@polarvoid Actually Raspberry Pi requires some more testing, afaik audio/gamepad worked ok in previous version.
I think this issue is related to OS configuration, raylib is proven to work in similar platforms.
@jasonswearingen Please, could you test the provided fix?
The provided PR should fix the issue. Reopen if still present.
@Trithilon Afaik, native mouse device access does not support mouse wheel events, it requires a windowing system. I could be wrong, please correct me if you know any native headless...
Reviewed this issue but it seems mouse wheel is actually read: https://github.com/raysan5/raylib/blob/master/src/rcore.c#L6469 Please, could someone review this issue?
This issue was discussed in the past and finally opted for the case sensitivity in all platforms... but maybe it's a good time to review it again...
@gordonshamway23 @RobLoach @orcmid After thinking about it I decided to keep it as-is, I prefer to keep the same behaviour between all platforms despite the annoyance it could imply on...
@JeffM2501 I'm aware of this issue but it seems GitHub Actions Host system only includes MinGW-w64 64bit libraries, 32bit libraries were removed or moved at some point. Maybe the script...
One possible solution to this issue could be downloading and using [`w64devkit`](https://github.com/skeeto/w64devkit/releases/tag/v1.16.1) 32bit package to compile the library. Help implementing this solution is welcome.