mirror of
https://github.com/overte-org/overte.git
synced 2025-04-27 16:35:55 +02:00
15 lines
194 B
QML
15 lines
194 B
QML
import QtQuick 2.1
|
|
|
|
import ".."
|
|
|
|
Item {
|
|
id: root
|
|
width: 72 * scale
|
|
height: 48 * scale
|
|
property var device
|
|
property real scale: 1.0
|
|
property bool leftStick: true
|
|
|
|
}
|
|
|
|
|