eeucalyptus / eeDA_legacy

Electronic Design Aid
Apache License 2.0
1 stars 0 forks source link

Input Management #16

Open Musicted opened 7 years ago

Musicted commented 7 years ago

My plan for this is to implement a class InputManager that every Widget and Subwidget knows about, whose methods get called every time those Widgets receive a mouse click or keyboard input. The arguments of those methods would be parameters like position, key(s), active Widget. The Input manager would then call the associated Event Manager.