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

Method fAxisY

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

Source from the content-addressed store, hash-verified

181float GamePad::fAxisX() { return (static_cast<float>(lAxisX) / 32767.0f); }
182
183float GamePad::fAxisY() { return (static_cast<float>(lAxisY) / 32767.0f); }
184
185float GamePad::fAxisZ() { return (static_cast<float>(lAxisZ) / 32767.0f); }
186

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected