Add MathEngineTest and Commects and clean ups
This commit is contained in:
@@ -29,8 +29,10 @@ namespace InputEngine {
|
||||
virtual void KeyboardCheck( const SDL_Event& event );
|
||||
/* Clears out the Text */
|
||||
void ClearText();
|
||||
|
||||
/// Sets
|
||||
void setText( const cString& text );
|
||||
|
||||
/// Gets
|
||||
const cString& getText() const;
|
||||
|
||||
@@ -38,6 +40,7 @@ namespace InputEngine {
|
||||
const char UnicodeValue( const SDL_Event& event );
|
||||
|
||||
private:
|
||||
/// Variables
|
||||
cString m_text;/// = ""
|
||||
bool m_caps;/// = false
|
||||
bool m_shift;/// = false
|
||||
|
||||
Reference in New Issue
Block a user