public emitMouseWheel(x as Int, y as Int, deltaX as Int = 0, deltaY as Int = 0, alt as Boolean = false, control as Boolean = false, shift as Boolean = false) as Void:
Native backend hook for mouse wheel dispatch.
widget.emitMouseWheel(10, 20, 0, -120)