Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DanielChappuis/reactphysics3d
/ onMouseMotionEvent
Method
onMouseMotionEvent
testbed/src/Gui.cpp:573–575 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
571
}
572
573
void Gui::onMouseMotionEvent(double x, double y) {
574
mScreen->cursor_pos_callback_event(x, y);
575
}
576
577
bool Gui::onScrollEvent(double x, double y) {
578
Callers
1
mouse_motion_event
Method · 0.80
Calls
no outgoing calls
Tested by
1
mouse_motion_event
Method · 0.64