danbuis / BBDGamesLib

Code base to rapidly make Java based programs using OpenGL to render to the screen
0 stars 0 forks source link

Revamp mouse #137

Closed danbuis closed 3 years ago

danbuis commented 3 years ago

Improves mouseInput functionality

Adds a scroll wheel call, and returns a new object when we ask for the current position. (We had been returning a reference to the current position object, which changes constantly, so storing that value didn't really work)