Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atraczyk/2d-engine
/ Input
Method
Input
engine/src/input.cpp:189–189 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
187
float GamePad::fAxisRz() { return (static_cast<float>(lAxisRz) / 32767.0f); }
188
189
Input::Input() {}
190
191
Input::~Input() {}
192
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected