MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/PhysX / report

Method report

physx/samples/samplebase/InputEventBuffer.cpp:144–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

flushMethod · 0.45

Calls 4

onKeyDownExMethod · 0.45
onAnalogInputEventMethod · 0.45
onDigitalInputEventMethod · 0.45
onPointerInputEventMethod · 0.45

Tested by

no test coverage detected