Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Sonic-DE/sonic-win
/ warp
Method
warp
src/pointer_input.cpp:666–671 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
664
}
665
666
void PointerInputRedirection::warp(const QPointF &pos)
667
{
668
if (supportsWarping()) {
669
processWarp(pos, std::chrono::microseconds(0));
670
}
671
}
672
673
bool PointerInputRedirection::supportsWarping() const
674
{
Callers
1
warpPointer
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected