MCPcopy Create free account
hub / github.com/cpvrlab/ImagePlay / updateMousePosition

Method updateMousePosition

ImagePlay/src/IPImageViewer.cpp:224–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222}
223
224void IPImageViewer::updateMousePosition(int x, int y)
225{
226 emit mousePositionChanged(x, y);
227}
228
229void IPImageViewer::on_mouseClicked()
230{

Callers 1

hoverMoveEventMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected