Maze exampleThe Maze example demonstrates the TiltSensor QML element. To write a QML application that will use the TiltSensor QML sensors element you need to do the following steps: Import the QtSensors 5.x declarative plugin: Add the Sensor QML elements into your qml file. In this example we use the TiltSensor with values based in degrees and an accuracy of 5 degree: Starting the sensor can be done by setting the 'enabled' property to true: To determine the walk direction of the mouse we use the following if -else statements: Files: Images: |