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 @@ cKeyboard::cKeyboard( const cKeyboard& copy )
DeleteAllKeys();
}
///Functions
/// Functions
/*virtual*/ void cKeyboard::KeyboardCheck( const SDL_Event& event )
{
SDL_Keycode key = event.key.keysym.sym;
@@ -65,7 +65,8 @@ void cKeyboard::DeleteAllKeys()
m_keys.clear();
}
///Sets
/// Sets
/// Gets
const cString& cKeyboard::getLabel() const
{
return m_label;