I am trying to make a simple text box with up/down attached to it, so if the user presses 'up' the text box increments by one, and if the user presses 'down' it decrements by one.
I understand I could do this using two extra buttons, one controlling up and one controlling down. Is there a simpler way?
I understand I could do this using two extra buttons, one controlling up and one controlling down. Is there a simpler way?
Last edited: