Ok gang, I've played around several methods trying to figure out a way to detect what a player is using when they start my game. I've already setup 3 control methods: Keyboard, Touch, & Gamepad. However, I want to make it so when it detects a player is using a Gamepad/Keyboard then my on screen touch controls will be invisible/inactive.
I've learned how deactivate those groups when a player is using one or the other, but I don't know how to make my on screen controls invisible/deactivate. My on screen arrows are separate objects, I don't know if this is the problem or not??