XNA Essentials

Game Programming for Xbox 360, PC + Windows Phone

NAVIGATION - SEARCH

Chapter 7 - Page 136 - Errata Needed

HI Chad,


 


There is some code:


 



 



 


if (_gamePadHandler.WasButtonPressed(0, ButtonType.Back))


 


needs to be:


 




 



 


if (_gamePadHandler.WasButtonPressed(0, Buttons.Back))


 


Cheers Chad.


garfbradaz - Wednesday, September 8, 2010 @ 3:09 PM