00001 00005 /* Copyright © 2009 James Legg. 00006 This program is free software: you can redistribute it and/or modify 00007 it under the terms of the GNU General Public License as published by 00008 the Free Software Foundation, either version 3 of the License, or 00009 (at your option) any later version. 00010 */ 00011 #ifndef INPUT_DEVICE_REPLAY_H_ 00012 #define INPUT_DEVICE_REPLAY_H_ 00013 00014 #include "InputDevice.h" 00015 #include <SDL.h> 00016 00017 namespace Engine 00018 { 00019 00028 class InputDeviceReplay : public Engine::InputDevice 00029 { 00030 public: 00031 InputDeviceReplay(); 00032 ~InputDeviceReplay(); 00033 int get_acceleration(); 00034 int get_slide(); 00035 int get_steering(); 00037 void relay(InputReport::ReportType report_type, unsigned int value); 00038 private: 00039 int steering, acceleration, slide; 00040 }; 00041 00042 } 00043 00044 #endif
Generated at Mon Sep 6 00:41:12 2010 by Doxygen version 1.4.7 for Racer version svn335.