MCPcopy Create free account
hub / github.com/Sonic-DE/sonic-win / setWindowSelectionCursor

Method setWindowSelectionCursor

src/pointer_input.cpp:729–737  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

727}
728
729void PointerInputRedirection::setWindowSelectionCursor(const QByteArray &shape)
730{
731 if (!inited()) {
732 return;
733 }
734 // send leave to current pointer focus window
735 updateToReset();
736 m_cursor->setWindowSelectionCursor(shape);
737}
738
739void PointerInputRedirection::removeWindowSelectionCursor()
740{

Calls 3

initedFunction · 0.85
isEmptyMethod · 0.45
setShapeMethod · 0.45

Tested by

no test coverage detected