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.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
36 views4 pages
XNA Controller Button Processing
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.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4
Module 8
XNA Mice and Controllers
Lecture XNA Controller Button Processing
Module 8 Learning Objectives
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