Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZDoom/Raze
/ CursorEnd
Method
CursorEnd
source/common/console/c_commandbuffer.cpp:166–170 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
164
}
165
166
void FCommandBuffer::CursorEnd()
167
{
168
CursorPos = (unsigned)Text.length();
169
MakeStartPosGood();
170
}
171
172
void FCommandBuffer::CursorLeft()
173
{
Callers
1
C_HandleKey
Function · 0.80
Calls
1
length
Method · 0.80
Tested by
no test coverage detected