Added: "global" context for bindings that are globally active
Bindings in the "global" context are always in effect. Moved the fullscreentoggle and releasemouse bindings to the engine's default bindings.
Todo for later: Remove/relocate the special case handlers in dispatchEvents()so that the bindings system actually gets all the events first.
View differences
Added: "global" context for bindings that are globally active
Bindings in the "global" context are always in effect. Moved the fullscreen
toggle and releasemouse bindings to the engine's default bindings.
Todo for later: Remove/relocate the special case handlers in dispatchEvents()
so that the bindings system actually gets all the events first.