mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01: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
|
|
|
|
}
|
|
|
|
|