Add MathEngineTest and Commects and clean ups

This commit is contained in:
2018-08-18 20:50:06 -04:00
parent bd3c111fa1
commit a815367c9d
52 changed files with 386 additions and 144 deletions
@@ -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