AnnexGameDev / Annex

A 2D game development framework
MIT License
3 stars 0 forks source link

SFML Canvas Game Events DI #44

Closed MatthewChrobak closed 1 year ago

MatthewChrobak commented 4 years ago

InputEvent and GraphicsEvent currently take in Actions to execute the event. This is no better than an action event. These events should take in the resources they need, similar to the SFML SoundGCEvent.

Bear in mind that the resources may change over time.