ScottGarryFoster / SuperGameEngine

SuperGameEngine (SGE) is my project to explore programming in C++ by creating a 2D Engine in SDL2.
https://docs.supergameengine.com
Other
1 stars 0 forks source link

Provide Controller Axis combined as a Vector #36

Open ScottGarryFoster opened 9 months ago

ScottGarryFoster commented 9 months ago

The Axis in the controller is just an int. Stick it in a vector as Left Right stick.

Would make using it so much easier.