Refactor|Client: Added InputSystem, CommandAction, WidgetActions
InputSystem is a System that governs the input devices and producesinput events.
CommandAction is an Action that executes a console command whentriggered.
WidgetActions is a database of actions bound to specific widget(s) /binding contexts (transitional component).
View differences
Refactor|Client: Added InputSystem, CommandAction, WidgetActions
InputSystem is a System that governs the input devices and produces
input events.
CommandAction is an Action that executes a console command when
triggered.
WidgetActions is a database of actions bound to specific widget(s) /
binding contexts (transitional component).