MCPcopy 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
573void Gui::onMouseMotionEvent(double x, double y) {
574 mScreen->cursor_pos_callback_event(x, y);
575}
576
577bool Gui::onScrollEvent(double x, double y) {
578

Callers 1

mouse_motion_eventMethod · 0.80

Calls

no outgoing calls

Tested by 1

mouse_motion_eventMethod · 0.64