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

Method removeWindowSelectionCursor

src/pointer_input.cpp:739–746  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

737}
738
739void PointerInputRedirection::removeWindowSelectionCursor()
740{
741 if (!inited()) {
742 return;
743 }
744 update();
745 m_cursor->removeWindowSelectionCursor();
746}
747
748CursorImage::CursorImage(PointerInputRedirection *parent)
749 : QObject(parent)

Callers 1

deactivateMethod · 0.80

Calls 1

initedFunction · 0.85

Tested by

no test coverage detected