STTM is how long the screen has been touched. It will be 0 if the screen is not being touched. The time it returns is in hundredths seconds, I think. TX and TY simply return the position of the screen that is being touched, or the last touched if the user is no longer touching the screen. You'll probably want to place TOUCH OUT TS,TX,TY inside your main game loop to get touch info constantly.