Detecting touch in text mode
Detecting touch in text mode
After printing a screenful of information to the text screen, I need to detect a tap (or touch) on the text screen by the user so I can go back to the graphics screen. How can I get a user acknowledgment on the text screen? Using "INPUT" won't work, because displaying the keyboard covers half of the text screen. Is there any way to simply detect a tap or touch on the text screen?
- Mr. Kibernetik
- Site Admin
- Posts: 4786
- Joined: Mon Nov 19, 2012 10:16 pm
- My devices: iPhone, iPad, MacBook
- Location: Russia
- Flag:
Re: Detecting touch in text mode
Maybe a button?
Re: Detecting touch in text mode
Thanks! Worked great. I didn't know that PAGEs and BUTTONs could appear over the TEXT screen.