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:
Native backend hook for mouse press dispatch.
widget.emitMousePressed(10, 20, 1)