Color Picker

This commit is contained in:
Lopuska 2015-01-21 23:14:53 +01:00 committed by Azaezel
parent 39f0e269d6
commit 03109c9d6d
9 changed files with 2424 additions and 642 deletions

View file

@ -93,6 +93,8 @@ protected:
void playDeniedSound();
void execConsoleCallback();
bool mTextValid;
virtual void handleCharInput( U16 ascii );
S32 findNextWord();
@ -119,6 +121,10 @@ public:
S32 getCursorPos() { return( mCursorPos ); }
void setCursorPos( const S32 newPos );
void invalidText(bool playSound = true);
void validText();
bool isValidText();
bool isAllTextSelected();
void selectAllText();
void clearSelectedText();