From 57c78d7d005952bc138d4f4277bd30cb559a3082 Mon Sep 17 00:00:00 2001 From: Paul Lemire Date: Thu, 21 Jan 2016 10:13:50 +0100 Subject: wireframe: add QInputSettings component Change-Id: I7f419e06125ef963e254e55555727f4f46d78040 Reviewed-by: Paul Lemire --- examples/qt3d/wireframe/main.qml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'examples/qt3d/wireframe') diff --git a/examples/qt3d/wireframe/main.qml b/examples/qt3d/wireframe/main.qml index 35033951d..36c42069a 100644 --- a/examples/qt3d/wireframe/main.qml +++ b/examples/qt3d/wireframe/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: root @@ -48,7 +49,9 @@ Entity { id: renderer camera: mainCamera } - } + }, + // Event Source will be set by the Qt3DQuickWindow + InputSettings { } ] BasicCamera { -- cgit v1.2.3