MCPcopy Create free account
hub / github.com/GarageGames/Torque2D / clearInBuf

Method clearInBuf

engine/source/platformAndroid/AndroidConsole.cpp:135–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133}
134
135void AndroidConsole::clearInBuf()
136{
137 dMemset(inBuf, 0, MaxConsoleLineSize);
138 inBufPos=0;
139}
140
141void AndroidConsole::inputLoop()
142{

Callers

nothing calls this directly

Calls 1

dMemsetFunction · 0.70

Tested by

no test coverage detected