blob: 66a9720dca2defd42d37a25548d21b0500dccdc4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
<window id="105">
<defaultcontrol>-</defaultcontrol>
<coordinates>
<system>1</system>
<posx>0</posx>
<posy>0</posy>
</coordinates>
<controls>
<control type="image" id="1">
<description>Pointer Image</description>
<posx>0</posx>
<posy>0</posy>
<width>32</width>
<height>32</height>
<texture>pointer-nofocus.png</texture>
</control>
<control type="image" id="2">
<description>Pointer Focus Image</description>
<posx>0</posx>
<posy>0</posy>
<width>32</width>
<height>32</height>
<texture>pointer-focus.png</texture>
</control>
<control type="image" id="3">
<description>Pointer Drag Image</description>
<posx>0</posx>
<posy>0</posy>
<width>32</width>
<height>32</height>
<texture>pointer-focus-drag.png</texture>
</control>
<control type="image" id="4">
<description>Pointer Click Image</description>
<posx>0</posx>
<posy>0</posy>
<width>32</width>
<height>32</height>
<texture>pointer-focus-click.png</texture>
</control>
</controls>
</window>
|