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:
2025-02-07 14:15:18 +01:00
parent 01591175ef
commit 84595da13a
6 changed files with 16 additions and 5 deletions

View File

@@ -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_; }
};