MCPcopy 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
312bool TextField::init()
313{
314 if (Widget::init())
315 {
316 setTouchEnabled(true);
317 return true;
318 }
319 return false;
320}
321
322void TextField::onEnter()
323{

Callers 1

createMethod · 0.45

Calls 1

initFunction · 0.50

Tested by

no test coverage detected