Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axmolengine/axmol
/ init
Method
init
core/ui/UITextField.cpp:312–320 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
310
}
311
312
bool TextField::init()
313
{
314
if (Widget::init())
315
{
316
setTouchEnabled(true);
317
return true;
318
}
319
return false;
320
}
321
322
void TextField::onEnter()
323
{
Callers
1
create
Method · 0.45
Calls
1
init
Function · 0.50
Tested by
no test coverage detected