I need to get the input from the user without pausing the application or having an event. Is there any way that I can get it without events and pausing? Since I have a timer that does other actions and I don't want to add events becuase that will result in messy code. So is there any way to get the key pressed without pausing the app or event?
Thanks.