You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Calling GetMouseWheelMove() throws a NullPointerException
To Reproduce
Steps to reproduce the behavior:
Run example code (on Windows 10)
See error
Exception in thread "main" java.lang.NullPointerException: Cannot read field "x" because "this.input.mouse.currentWheelMove" is null
at com.raylib.java.core.rCore.GetMouseWheelMove(rCore.java:2316)
at org.example.BasicWindow.main(BasicWindow.java:19)
Expected behavior
Mouse wheel value should be returned.
Describe the bug
Calling GetMouseWheelMove() throws a NullPointerException
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Mouse wheel value should be returned.
Code
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: