EnterName: si has plenat tots els slots de lletres, apretar una volta mes el de fixar lletra fixa el nom
This commit is contained in:
@@ -58,4 +58,5 @@ public:
|
||||
std::string getFinalName() const { return trim(name_.substr(0, position_)); }
|
||||
std::string getCurrentName() const { return trim(name_); }
|
||||
int getPosition() const { return position_; }
|
||||
bool getPositionOverflow() const { return position_overflow_; }
|
||||
};
|
||||
Reference in New Issue
Block a user