MCPcopy 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

187float GamePad::fAxisRz() { return (static_cast<float>(lAxisRz) / 32767.0f); }
188
189Input::Input() {}
190
191Input::~Input() {}
192

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected