klyn.gui.windows.Widget.emitMousePressed
method
public emitMousePressed(x as Int, y as Int, button as Int = 1, alt as Boolean = false, control as Boolean = false, shift as Boolean = false) as Void:
Description

Native backend hook for mouse press dispatch.

widget.emitMousePressed(10, 20, 1)