summaryrefslogtreecommitdiff
path: root/src/plugins/emulator/res/pseudolayout
blob: b501d934f91679ebb88abc525c1b1da664d674f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
layouts {
    default {
        event     EV_SW:0:1

        uniqueRef1 {
            name    ___UNIQUE___
            x       0
            y       0
        }
    }

    rotated {
        event     EV_SW:0:0

        uniqueRef2 {
            name      ___UNIQUE___
            x         0
            rotation  3
        }
    }
}