Pre-resize fillparent
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user