Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
224
void IPImageViewer::updateMousePosition(int x, int y)
225
{
226
emit mousePositionChanged(x, y);
227
}
228
229
void IPImageViewer::on_mouseClicked()
230
{
Callers
1
hoverMoveEvent
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected