public emitKeyPressed(key as String, keyCode as Int, alt as Boolean = false, control as Boolean = false, shift as Boolean = false) as Void:
Native backend hook for key press dispatch.
widget.emitKeyPressed("Enter", 13)