| 1 | #include "CXBOXController.h" |
| 2 | |
| 3 | CXBOXController::CXBOXController(int playerNumber) |
| 4 | { |
| 5 | _controllerNum = playerNumber - 1; //set number |
| 6 | } |
| 7 | |
| 8 | XINPUT_STATE CXBOXController::GetState() |
| 9 | { |
nothing calls this directly
no outgoing calls
no test coverage detected