klyn.gui.windows.Widget.emitKeyPressed
method
public emitKeyPressed(key as String, keyCode as Int, alt as Boolean = false, control as Boolean = false, shift as Boolean = false) as Void:
Description

Native backend hook for key press dispatch.

widget.emitKeyPressed("Enter", 13)