Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
119
void InputManager::SDL_ControllerAxis(int axisID, float value)
120
{
121
reg_axis(axisID, value);
122
}
123
124
InputManager::~InputManager() {
125
//need to remove dynamic mapping
Callers
1
run
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected