MCPcopy 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
657void SetCursorShowState(bool bShow)
658{
659 if ( bShow == gbIsCursorHidden )
660 {
661 ShowCursor(bShow);
662 gbIsCursorHidden = !bShow;
663 }
664}

Callers 2

WindowProcFunction · 0.85
SetWModeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected