| 142 | } |
| 143 | |
| 144 | void InputEventBuffer::KeyDownEx::report(PhysXSampleApplication& app) const |
| 145 | { |
| 146 | app.onKeyDownEx(keyCode, wParam); |
| 147 | } |
| 148 | |
| 149 | void InputEventBuffer::AnalogInput::report(PhysXSampleApplication& app) const |
| 150 | { |
no test coverage detected