i realize that creating a specific button will be more complicated than needed. However due to the style of game (Retro), im not really looking for a more modern and effective way as of yet (Later i will). I only know so much in C++ so i'm trying to use the bit of knowledge i know! I was thinking and reading from other users in google, what if i create a Text string that when the mouse is within the Text string X and Y position, and clicks it using its left button, it will start the game! I've coded the game already (Simple PONG), but i'm trying to implement a better OOP style and implement newer features, both as an educational aspect and for my Portfolio!
This is just a spoken opinion since i havent tested anything, but creating a box with a text on top work as well? I just want the user to click anywere within the box, nothing fancy! I might find my answer once i finish this and go back into coding, but in my opinion and from reading others ideas, most have used a text string rather than creating a more effective method which is a class button !
Anyways thanks for the link! Once i get a better understanding of Inheritance and Classes, i'll surely try out that method! since it looks more neat and professional!