From 262ca80c2c3185a585a8494d36190d2a103e73f5 Mon Sep 17 00:00:00 2001 From: Paul Lemire Date: Thu, 21 Jan 2016 10:08:33 +0100 Subject: tessellation-modes: add QInputSettings component Change-Id: I01104a56bb1ece1ca3b77a728720a596323a5386 Reviewed-by: Paul Lemire --- examples/qt3d/tessellation-modes/main.qml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/examples/qt3d/tessellation-modes/main.qml b/examples/qt3d/tessellation-modes/main.qml index e2b06f21f..1e8583a54 100644 --- a/examples/qt3d/tessellation-modes/main.qml +++ b/examples/qt3d/tessellation-modes/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 @@ -51,7 +52,9 @@ Entity { camera: mainCamera clearColor: "black" } - } + }, + // Event Source will be set by the Qt3DQuickWindow + InputSettings { } ] BasicCamera { -- cgit v1.2.3