mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
18 lines
276 B
QML
18 lines
276 B
QML
import QtQuick 2.1
|
|
import QtQuick.Controls 1.0
|
|
import QtQuick.Layouts 1.0
|
|
import QtQuick.Dialogs 1.0
|
|
|
|
import ".."
|
|
|
|
Item {
|
|
id: root
|
|
width: 72 * scale
|
|
height: 48 * scale
|
|
property var device
|
|
property real scale: 1.0
|
|
property bool leftStick: true
|
|
|
|
}
|
|
|
|
|