MCPcopy Create free account
hub / github.com/RavEngine/RavEngine / SDL_ControllerAxis

Method SDL_ControllerAxis

src/InputManager.cpp:119–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117}
118
119void InputManager::SDL_ControllerAxis(int axisID, float value)
120{
121 reg_axis(axisID, value);
122}
123
124InputManager::~InputManager() {
125 //need to remove dynamic mapping

Callers 1

runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected