mirror of
https://github.com/lubosz/overte.git
synced 2025-04-25 12:52:52 +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
|
|
|
|
}
|
|
|
|
|