forked from qt-creator/qt-creator
Rendering is now done using QRhi private API and QQuickRenderControl. In addition, input event handling was changed to use sendEvent instead of postEvent for our fake mouse events, as mouse event position gets corrupted somehow if event is handled asynchronously when the window is hidden. Change-Id: Ia2466622cd4b60e3f73e0ad3e7e4da7c7c335451 Fixes: QDS-3125 Reviewed-by: Mahmoud Badri <mahmoud.badri@qt.io>