Add MathEngineTest and Commects and clean ups
This commit is contained in:
@@ -15,7 +15,7 @@ namespace InputEngine {
|
||||
cKey( const cKey& copy );
|
||||
virtual ~cKey();
|
||||
|
||||
/// Funtions
|
||||
/// Functions
|
||||
/* Call to check if the key is pressed */
|
||||
virtual void KeyPress();
|
||||
/* Call to check if the key is released */
|
||||
@@ -31,6 +31,7 @@ namespace InputEngine {
|
||||
|
||||
private:
|
||||
private:
|
||||
/// Variables
|
||||
SDL_Keycode m_key;
|
||||
};/// END CLASS DEFINITION cKey
|
||||
}/// END NAMESPACE DEFINITION InputEngine
|
||||
|
||||
Reference in New Issue
Block a user