local t = native.newTextBox( x, y, w, h ) t.text t.font function listener( event ) event.phase = "began" (always called), "ended" (always called) event.name = "userInput" end native.setKeyboardFocus( tf ) if tf is nil, then dismiss keyboard
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected