MCPcopy Create free account
hub / github.com/KDE/kwin / setWindowSelectionCursor

Method setWindowSelectionCursor

src/pointer_input.cpp:1037–1045  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1035}
1036
1037void PointerInputRedirection::setWindowSelectionCursor(const QByteArray &shape)
1038{
1039 if (!inited()) {
1040 return;
1041 }
1042 // send leave to current pointer focus window
1043 updateToReset();
1044 m_cursor->setWindowSelectionCursor(shape);
1045}
1046
1047void PointerInputRedirection::removeWindowSelectionCursor()
1048{

Calls 3

initedFunction · 0.85
setShapeMethod · 0.80
isEmptyMethod · 0.45

Tested by

no test coverage detected