Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bwapi/bwapi
/ SetCursorShowState
Function
SetCursorShowState
bwapi/BWAPI/Source/WMode.cpp:657–664 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
655
}
656
657
void SetCursorShowState(bool bShow)
658
{
659
if ( bShow == gbIsCursorHidden )
660
{
661
ShowCursor(bShow);
662
gbIsCursorHidden = !bShow;
663
}
664
}
Callers
2
WindowProc
Function · 0.85
SetWMode
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected