|
From: rainbyte <rai...@us...> - 2012-07-09 21:38:14
|
Author: Alvaro Fernando García <alv...@gm...> Date: Mon Jul 9 18:29:47 2012 -0300 Input code refactoring: Added input_joystick (SDL joystick input management). Added input_midi (pm midi input devices management). Moved some code from input.cc/hh to the new files. Updated some files that depend on input.h. Updated checkEvents code on main. --- game/input.cc | 685 +----------------------------------------------- game/input.hh | 79 ++++-- game/input_joystick.cc | 589 +++++++++++++++++++++++++++++++++++++++++ game/input_midi.cc | 93 +++++++ game/main.cc | 15 +- game/video_driver.cc | 3 +- 6 files changed, 754 insertions(+), 710 deletions(-) |