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

Method removeEffectsOverrideCursor

src/pointer_input.cpp:719–727  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

717}
718
719void PointerInputRedirection::removeEffectsOverrideCursor()
720{
721 if (!inited()) {
722 return;
723 }
724 // cursor position might have changed while there was an effect in place
725 update();
726 m_cursor->removeEffectsOverrideCursor();
727}
728
729void PointerInputRedirection::setWindowSelectionCursor(const QByteArray &shape)
730{

Callers 1

Calls 1

initedFunction · 0.85

Tested by

no test coverage detected