// Returns the two floats representing the thumbstick axes public Thumbstick Axes() { // For now, assume user index is 0 ControllerState state = ControllerInput.GetState(0); return(state.ThumbstickStatus(side)); }