mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-11 06:34:36 +00:00
Color Picker
This commit is contained in:
parent
39f0e269d6
commit
03109c9d6d
9 changed files with 2424 additions and 642 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue