From da711b7d4dd1279d65d4a86db8bc59a47278f413 Mon Sep 17 00:00:00 2001 From: Paul Lemire Date: Thu, 21 Jan 2016 09:44:19 +0100 Subject: simple-qml: add InputSettings component Inputs are now working without setData Change-Id: I564b09532d9daf10503d689012545e9c1a4c08c2 Reviewed-by: Paul Lemire --- examples/qt3d/simple-qml/main.qml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'examples/qt3d/simple-qml') diff --git a/examples/qt3d/simple-qml/main.qml b/examples/qt3d/simple-qml/main.qml index 9d25da81a..0b3afec6d 100644 --- a/examples/qt3d/simple-qml/main.qml +++ b/examples/qt3d/simple-qml/main.qml @@ -64,7 +64,9 @@ Entity { clearColor: Qt.rgba(0, 0.5, 1, 1) camera: camera } - } + }, + // Event Source will be set by the Qt3DQuickWindow + InputSettings { } ] PhongMaterial { -- cgit v1.2.3