* @brief Clear cursor state */
| 88 | * @brief Clear cursor state |
| 89 | */ |
| 90 | void 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 |
no outgoing calls
no test coverage detected