blob: a6e6ca73959852fe7aa44a104c22f6562abfaf6f (
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
|
<?xml version="1.0" encoding="UTF-8"?>
<window>
<controls>
<control type="image" id="1">
<description>Pointer</description>
<left>-10</left>
<width>44</width>
<height>50</height>
<texture>pointer_arrow.png</texture>
</control>
<control type="image" id="2">
<description>Pointer Focus</description>
<left>-10</left>
<width>44</width>
<height>50</height>
<texture>pointer_arrow.png</texture>
</control>
<control type="image" id="3">
<description>Pointer Drag</description>
<left>-10</left>
<width>44</width>
<height>50</height>
<texture>pointer_arrow.png</texture>
</control>
<control type="image" id="4">
<description>pointer_click</description>
<left>-10</left>
<width>44</width>
<height>50</height>
<texture>pointer_click.png</texture>
</control>
</controls>
</window>
|