QuintessentialChicken / WallGame

0 stars 0 forks source link

Input no longer evokes Events from events #18

Closed QuintessentialChicken closed 5 months ago

QuintessentialChicken commented 5 months ago

It makes no sense that Inputs.cs invokes its own events after receiving the global input event. Classes that want to receive input just define the global event handlers themselves.