This document discusses processing controller buttons in XNA games. It recaps how to use controller thumbsticks from the previous module and will cover using controller buttons in games. The next module will add force feedback controller output to games.
This document discusses processing controller buttons in XNA games. It recaps how to use controller thumbsticks from the previous module and will cover using controller buttons in games. The next module will add force feedback controller output to games.
Last time, we learned how to use a controller thumbstick to move something around In this lecture, well learn how to use a controller button in our game
Recap We showed how we can use controller buttons in our game That finishes our discussion of controller input Next Time Well add some controller output force feedback to our game