hello im having a issue with my code i want to make the intergers inside the body of this arguement be usable outside this block of code how would one go about doing that?
the problem is if i declare the variables outside the body then my window system doesn't act correctly because it doesn't have anything to work off
the case label needs to be the same also the bodys of the cases ("so after the :") need to be different thats why im here asking i can't figure it out im missing something really simple i bet
okay so in my arguement i want a interger declaration for my_mousex, my_mousey ; right after bool MenuButtonContextMouseNear is set to false that way i can use that my_mousex, my_mousey interger declaration for another arguement
so its like a chain of sorts :)
and thanks for the help from that other problem ill go see if it fixes it