MCPcopy 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
666void PointerInputRedirection::warp(const QPointF &pos)
667{
668 if (supportsWarping()) {
669 processWarp(pos, std::chrono::microseconds(0));
670 }
671}
672
673bool PointerInputRedirection::supportsWarping() const
674{

Callers 1

warpPointerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected