Does anyone have an example of a way to determine if the left or right arrow was pressed? I know about ego_dir and how to set up controllers, but the instance I need to solve is essentially an arcade sequence where i need to tell whether or not a key has been pressed. The arrow keys seemingly can't be checked, and the controllers i set up (f6, f8) seem to keep being true every cycle after they are first pressed. I need a key that isn't going to interefere with text and will return true is pressed and false if not pressed. Any way to do this?