MCPcopy Create free account
hub / github.com/diasurgical/devilution / ClearCursor

Function ClearCursor

Source/scrollrt.cpp:90–94  ·  view source on GitHub ↗

* @brief Clear cursor state */

Source from the content-addressed store, hash-verified

88 * @brief Clear cursor state
89 */
90void ClearCursor() // CODE_FIX: this was supposed to be in cursor.cpp
91{
92 sgdwCursWdt = 0;
93 sgdwCursWdtOld = 0;
94}
95
96/**
97 * @brief Remove the cursor from the back buffer

Callers 3

InitCursorFunction · 0.85
FreeCursorFunction · 0.85
InitLevelCursorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected