Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
66
void Picking::moveCursor(PxI32 x, PxI32 y)
67
{
68
mMouseScreenX = x;
69
mMouseScreenY = y;
70
}
71
72
/*void Picking::moveCursor(PxReal deltaDepth)
73
{
Callers
2
onPointerInputEvent
Method · 0.80
onDigitalInputEvent
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected