Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Sonic-DE/sonic-win
/ setSource
Method
setSource
src/pointer_input.cpp:867–874 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
865
}
866
867
void CursorImage::setSource(CursorSource *source)
868
{
869
if (m_currentSource == source) {
870
return;
871
}
872
m_currentSource = source;
873
Q_EMIT changed();
874
}
875
876
CursorTheme CursorImage::theme() const
877
{
Callers
1
init
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected