MCPcopy Create free account
hub / github.com/Tylemagne/Gopher360 / CXBOXController

Method CXBOXController

Windows/Gopher/Gopher/CXBOXController.cpp:3–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#include "CXBOXController.h"
2
3CXBOXController::CXBOXController(int playerNumber)
4{
5 _controllerNum = playerNumber - 1; //set number
6}
7
8XINPUT_STATE CXBOXController::GetState()
9{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected