From 57dce684d3d2ed812c1cfc7ce726657f0edb53ba Mon Sep 17 00:00:00 2001 From: Paul Lemire Date: Thu, 21 Jan 2016 10:04:59 +0100 Subject: shadow-map-qml: add QInputSettings component Change-Id: I9b6fc713b72f9dc202e6d1122a0e84299711fcaa Reviewed-by: Paul Lemire --- examples/qt3d/shadow-map-qml/main.qml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/examples/qt3d/shadow-map-qml/main.qml b/examples/qt3d/shadow-map-qml/main.qml index d42401f60..9ed66dcbf 100644 --- a/examples/qt3d/shadow-map-qml/main.qml +++ b/examples/qt3d/shadow-map-qml/main.qml @@ -37,6 +37,7 @@ import QtQuick 2.1 as QQ2 import Qt3D.Core 2.0 import Qt3D.Render 2.0 +import Qt3D.Input 2.0 Entity { id: sceneRoot @@ -64,7 +65,9 @@ Entity { id: framegraph viewCamera: camera lightCamera: light.lightCamera - } + }, + // Event Source will be set by the Qt3DQuickWindow + InputSettings { } ] -- cgit v1.2.3