| 183 | float GamePad::fAxisY() { return (static_cast<float>(lAxisY) / 32767.0f); } |
| 184 | |
| 185 | float GamePad::fAxisZ() { return (static_cast<float>(lAxisZ) / 32767.0f); } |
| 186 | |
| 187 | float GamePad::fAxisRz() { return (static_cast<float>(lAxisRz) / 32767.0f); } |
| 188 |
nothing calls this directly
no outgoing calls
no test coverage detected