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

Method moveCursor

physx/samples/samplebase/Picking.cpp:66–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66void Picking::moveCursor(PxI32 x, PxI32 y)
67{
68 mMouseScreenX = x;
69 mMouseScreenY = y;
70}
71
72/*void Picking::moveCursor(PxReal deltaDepth)
73{

Callers 2

onPointerInputEventMethod · 0.80
onDigitalInputEventMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected