Make the text input box fields public. They weren't for some reason

This commit is contained in:
iProgramInCpp
2023-07-31 11:12:22 +03:00
parent 4393ef9679
commit 3ccf62e613

View File

@@ -35,7 +35,7 @@ public:
void onClick(int x, int y);
bool clicked(int x, int y);
private:
public:
int m_ID = 0;
int m_xPos = 0;
int m_yPos = 0;