This commit is contained in:
devZoGok
2023-12-30 12:22:04 +02:00
parent 469f64607f
commit 7be01b1f3b
+1
View File
@@ -28,6 +28,7 @@ namespace vb01{
void update();
void setText(std::wstring);
inline void setScale(float s){this->scale = s;}
inline float getScale(){return scale;}
inline int getLength(){return entry.length();}
inline std::wstring getText(){return entry;}
inline bool isHorizontal(){return horizontal;}