MCPcopy Create free account
hub / github.com/MeshInspector/MeshLib / mouseMove

Method mouseMove

source/MRViewer/MRViewer.cpp:1511–1519  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1509}
1510
1511bool Viewer::mouseMove( int mouse_x, int mouse_y )
1512{
1513 eventsCounter_.counter[size_t( EventType::MouseMove )]++;
1514
1515 if ( signals_->mouseMoveSignal( mouse_x, mouse_y ) )
1516 return true;
1517
1518 return false;
1519}
1520
1521bool Viewer::touchStart( int id, int x, int y )
1522{

Callers 6

MRPythonViewer.cppFile · 0.80
onTouchStart_Method · 0.80
onTouchMove_Method · 0.80
mcpViewerSendMouseEventFunction · 0.80
glfw_mouse_moveFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected