public emitMouseMoved(x as Int, y as Int, button as Int = 0, alt as Boolean = false, control as Boolean = false, shift as Boolean = false) as Void:
Native backend hook for mouse move dispatch.
widget.emitMouseMoved(10, 20)