From ee59e9fb690da8586b76aa1ab21ec19509fb70f7 Mon Sep 17 00:00:00 2001 From: Paul Lemire Date: Thu, 21 Jan 2016 10:06:10 +0100 Subject: simple-shaders-qml: add QInputSettings component Change-Id: I30398143e3260ec56fe90afd7b6b7d8f1ef8232b Reviewed-by: Paul Lemire --- examples/qt3d/simple-shaders-qml/main.qml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/examples/qt3d/simple-shaders-qml/main.qml b/examples/qt3d/simple-shaders-qml/main.qml index b51a25712..b10834c61 100644 --- a/examples/qt3d/simple-shaders-qml/main.qml +++ b/examples/qt3d/simple-shaders-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, 0.5, 1, 1) camera: camera } - } + }, + // Event Source will be set by the Qt3DQuickWindow + InputSettings { } ] TorusMesh { -- cgit v1.2.3