MCPcopy Create free account
hub / github.com/MaxBelkov/visualsyslog / TWaitCursor

Method TWaitCursor

sourcecommon/utils.h:139–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137{
138public:
139 TWaitCursor() : oldc((TCursor)Screen->Cursor)
140 { Screen->Cursor = (TCursor)crHourGlass; }
141 ~TWaitCursor() { Screen->Cursor = (TCursor)oldc; }
142
143private:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected