summaryrefslogtreecommitdiffstats
path: root/addons/skin.estouchy/xml/Pointer.xml
blob: cb9eb2d4f55704f3106cb5aae5cde45ce19cf778 (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
<?xml version="1.0" encoding="UTF-8"?>
<window>
	<defaultcontrol></defaultcontrol>
	<coordinates>
		<posx>0</posx>
		<posy>0</posy>
	</coordinates>
	<controls>
		<control type="image" id="1">
			<description>Pointer Image</description>
			<posx>0</posx>
			<posy>0</posy>
			<width>30</width>
			<height>45</height>
			<texture>pointer_focus.png</texture>
		</control>
		<control type="image" id="2">
			<description>Pointer Focus Image</description>
			<posx>0</posx>
			<posy>0</posy>
			<width>30</width>
			<height>45</height>
			<texture>pointer_focus.png</texture>
		</control>
		<control type="image" id="3">
			<description>Pointer Drag Image</description>
			<posx>0</posx>
			<posy>0</posy>
			<width>30</width>
			<height>45</height>
			<texture>pointer_focus.png</texture>
		</control>
		<control type="image" id="4">
			<description>Pointer Click Image</description>
			<posx>0</posx>
			<posy>0</posy>
			<width>30</width>
			<height>45</height>
			<texture>pointer_focus.png</texture>
		</control>
	</controls>
</window>