I have a loop going on in my program that updates data to be displayed. Alongside this loop, I would like to run event.listen("touch"). However, it is either that event.listen never occurs due to it being after the loop, or event.listen interrupting the loop.
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
I have a loop going on in my program that updates data to be displayed. Alongside this loop, I would like to run event.listen("touch"). However, it is either that event.listen never occurs due to it being after the loop, or event.listen interrupting the loop.
Link to post
Share on other sites