Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
135
void AndroidConsole::clearInBuf()
136
{
137
dMemset(inBuf, 0, MaxConsoleLineSize);
138
inBufPos=0;
139
}
140
141
void AndroidConsole::inputLoop()
142
{
Callers
nothing calls this directly
Calls
1
dMemset
Function · 0.70
Tested by
no test coverage detected