MCPcopy 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
158void FCommandBuffer::CursorStart()
159{
160 CursorPos = 0;
161 StartPos = 0;
162 CursorPosCells = 0;
163 StartPosCells = 0;
164}
165
166void FCommandBuffer::CursorEnd()
167{

Callers 1

C_HandleKeyFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected