MCPcopy 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
166void FCommandBuffer::CursorEnd()
167{
168 CursorPos = (unsigned)Text.length();
169 MakeStartPosGood();
170}
171
172void FCommandBuffer::CursorLeft()
173{

Callers 1

C_HandleKeyFunction · 0.80

Calls 1

lengthMethod · 0.80

Tested by

no test coverage detected