Input|Client: Simplifying keyboard and mouse event handling
Now the chain goes: SDL event -> audience callback -> widget tree ->GameWidget -> InputSystem's queue (35Hz or unlimited) ->dispatch to game.
View differences
Input|Client: Simplifying keyboard and mouse event handling
Now the chain goes: SDL event -> audience callback -> widget tree ->
GameWidget -> InputSystem's queue (35Hz or unlimited) ->
dispatch to game.