]> git.localhorst.tv Git - l2e.git/commit
added Input class for handling user input
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Mon, 6 Aug 2012 13:34:05 +0000 (15:34 +0200)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Mon, 6 Aug 2012 13:34:05 +0000 (15:34 +0200)
commit867fd5d9b79c3b9c1d0fb17ba9f55cfe971b93d5
tree35d03f6b8f08249596fed02db0610be81be57ae3
parent2955f56fb11fab871a34db5700befe55737d81d7
added Input class for handling user input

also changed application states to utilize the new Input class rather than handling events themselves and mapped all keys in main() for testing
14 files changed:
Debug/makefile
Debug/sources.mk
Debug/src/app/subdir.mk
Release/makefile
Release/sources.mk
Release/src/app/subdir.mk
src/app/Application.cpp
src/app/Application.h
src/app/Input.cpp [new file with mode: 0644]
src/app/Input.h [new file with mode: 0644]
src/app/State.h
src/battle/BattleState.cpp
src/battle/BattleState.h
src/main.cpp