local t = native.newTextField( x, y, w, h ) t.text t.font function listener( event ) event.phase = "began" (always called), "ended" (always called), "submitted" (only if return key pressed) 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