MCPcopy Create free account
hub / github.com/atraczyk/2d-engine / fAxisRz

Method fAxisRz

engine/src/input.cpp:187–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185float GamePad::fAxisZ() { return (static_cast<float>(lAxisZ) / 32767.0f); }
186
187float GamePad::fAxisRz() { return (static_cast<float>(lAxisRz) / 32767.0f); }
188
189Input::Input() {}
190

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected