From d045ea020dabbf20637356bc1253df065eebcbb2 Mon Sep 17 00:00:00 2001 From: Paul Lemire Date: Thu, 21 Jan 2016 09:53:47 +0100 Subject: custom-mesh-qml: Add QInputSettings component Change-Id: I9993f861b7136c643f308293cf4ef13014a2d9f8 Reviewed-by: Paul Lemire --- examples/qt3d/custom-mesh-qml/main.qml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/examples/qt3d/custom-mesh-qml/main.qml b/examples/qt3d/custom-mesh-qml/main.qml index cb7175b07..88920f3f0 100644 --- a/examples/qt3d/custom-mesh-qml/main.qml +++ b/examples/qt3d/custom-mesh-qml/main.qml @@ -37,6 +37,7 @@ import QtQuick 2.2 as QQ2 import Qt3D.Core 2.0 import Qt3D.Render 2.0 +import Qt3D.Input 2.0 Entity { id: sceneRoot @@ -61,7 +62,9 @@ Entity { clearColor: Qt.rgba(0.5, 0.5, 1, 1) camera: camera } - } + }, + // Event Source will be set by the Qt3DQuickWindow + InputSettings { } ] PerVertexColorMaterial { -- cgit v1.2.3