]> git.jsancho.org Git - lugaru.git/commit
GameTick: Move input processing to a dedicated method
authorRémi Verschelde <rverschelde@gmail.com>
Sun, 29 Jan 2017 14:08:42 +0000 (15:08 +0100)
committerRémi Verschelde <rverschelde@gmail.com>
Mon, 30 Jan 2017 18:24:39 +0000 (19:24 +0100)
commitc3d275ada8dc8c67e9930d23587e0c203761a056
tree3a4f83ab40e27d9fbfe663ded951e200146c0593
parent00a07ffc6abc6e36cf790448e694155f021c7b9d
GameTick: Move input processing to a dedicated method

Gameplay-related input is still in the main Tick() though as it is
tightly coupled to the game logic.
Source/Game.hpp
Source/GameTick.cpp
Source/Objects/Person.cpp