From c5cb6399ced73ee11d50ea943aa46f1962f84f32 Mon Sep 17 00:00:00 2001 From: Paul Lemire Date: Thu, 21 Jan 2016 09:56:46 +0100 Subject: instanced-arrays-qml: add QInputSettings component Change-Id: I094c423997dbdeb427886b33b3d53aab69a6ac65 Reviewed-by: Paul Lemire --- examples/qt3d/instanced-arrays-qml/main.qml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/qt3d/instanced-arrays-qml/main.qml b/examples/qt3d/instanced-arrays-qml/main.qml index 4e9d7e144..6155436fd 100644 --- a/examples/qt3d/instanced-arrays-qml/main.qml +++ b/examples/qt3d/instanced-arrays-qml/main.qml @@ -36,6 +36,7 @@ import Qt3D.Core 2.0 import Qt3D.Render 2.0 +import Qt3D.Input 2.0 import QtQuick 2.2 as QQ2 Entity { @@ -61,7 +62,9 @@ Entity { clearColor: Qt.rgba(0, 0.5, 1, 1) camera: camera } - } + }, + // Event Source will be set by the Qt3DQuickWindow + InputSettings { } ] Material { -- cgit v1.2.3