Pre-resize fillparent

This commit is contained in:
2018-08-13 22:22:10 -04:00
parent 58fa6f0503
commit 353dc21750
95 changed files with 478 additions and 437 deletions
@@ -15,7 +15,7 @@ namespace InputEngine {
cKey( const cKey& copy );
virtual ~cKey();
///Funtions
/// Funtions
/* Call to check if the key is pressed */
virtual void KeyPress();
/* Call to check if the key is released */
@@ -23,10 +23,10 @@ namespace InputEngine {
/* Call to check if the key is pressed */
virtual void KeyDown();
///Sets
/// Sets
void setKey( const SDL_Keycode& key );
///Gets
/// Gets
const SDL_Keycode& getKey() const;
private: