Description
Wiki Description
Returns true if we're using a gamepad.
Documentation Comment
Returns true if we're using a gamepad
Caveats
Examples
if Game.UsingGamepad()
Debug.Trace("Using gamepad!")
else
Debug.Trace("Using keyboard and mouse!")
endIfAuto-Generated Example
bool returnedValue = Game.UsingGamepad()