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