Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZDoom/Raze
/ CursorStart
Method
CursorStart
source/common/console/c_commandbuffer.cpp:158–164 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
156
}
157
158
void FCommandBuffer::CursorStart()
159
{
160
CursorPos = 0;
161
StartPos = 0;
162
CursorPosCells = 0;
163
StartPosCells = 0;
164
}
165
166
void FCommandBuffer::CursorEnd()
167
{
Callers
1
C_HandleKey
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected