engine3d-dev / engine3d

Open-source game engine to be used for developing games
Apache License 2.0
1 stars 3 forks source link

Bug fixes with event system #53

Closed SpinnerX closed 2 weeks ago

SpinnerX commented 2 weeks ago

I made a few changes to the event system to ensure they work with our current windowing system.

Added more comments, especially to the event system. While making a bit of changes to the Windows API by removing one of the update functions in replacing that with the InputPoll::UpdateEvents() function instead to assure all events being handled are successfully updated