aod6060 / dsge

This is a simple 2D engine for my projects.
MIT License
1 stars 0 forks source link

Mouse Wheel Addition #15

Closed aod6060 closed 1 hour ago

aod6060 commented 2 hours ago
          Oh, I should also add in way to play with the mouse wheel.

Originally posted by @aod6060 in https://github.com/aod6060/dsge/issues/12#issuecomment-2480371222

aod6060 commented 2 hours ago

This will be a quick issue that I should be able to get into the game engine in a few minutes.

aod6060 commented 2 hours ago

Here is the function interface for the mouse wheel.

glm::vec2 getMouseWheel();
aod6060 commented 2 hours ago

Its going to be pretty basic

aod6060 commented 1 hour ago

Alright added in the mouse wheel. Don't know why I didn't add it earlier.