Main Page | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members

InputHandler_Linux_tty.h

Go to the documentation of this file.
00001 #ifndef INPUT_HANDLER_LINUX_TTY_H 00002 #define INPUT_HANDLER_LINUX_TTY_H 1 00003 00004 #include "InputHandler.h" 00005 00006 class InputHandler_Linux_tty: public InputHandler 00007 { 00008 int fd; 00009 static void OnCrash(int); 00010 00011 public: 00012 void Update(float fDeltaTime); 00013 InputHandler_Linux_tty(); 00014 ~InputHandler_Linux_tty(); 00015 void GetDevicesAndDescriptions(vector<InputDevice>& vDevicesOut, vector<CString>& vDescriptionsOut); 00016 }; 00017 00018 #endif 00019 00020 /* 00021 * (c) 2003-2004 Glenn Maynard 00022 * All rights reserved. 00023 * 00024 * Permission is hereby granted, free of charge, to any person obtaining a 00025 * copy of this software and associated documentation files (the 00026 * "Software"), to deal in the Software without restriction, including 00027 * without limitation the rights to use, copy, modify, merge, publish, 00028 * distribute, and/or sell copies of the Software, and to permit persons to 00029 * whom the Software is furnished to do so, provided that the above 00030 * copyright notice(s) and this permission notice appear in all copies of 00031 * the Software and that both the above copyright notice(s) and this 00032 * permission notice appear in supporting documentation. 00033 * 00034 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 00035 * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 00036 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF 00037 * THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS 00038 * INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT 00039 * OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS 00040 * OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR 00041 * OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 00042 * PERFORMANCE OF THIS SOFTWARE. 00043 */

Generated on Thu Jan 27 20:57:21 2005 for StepMania by doxygen 1.3.7