skin.pellucidPlus/1080i/Pointer.xml

36 lines
1.1 KiB
XML
Raw Normal View History

2014-09-28 20:47:53 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol>-</defaultcontrol>
<coordinates>
<system>1</system>
<posx>0</posx>
<posy>0</posy>
</coordinates>
<controls>
<control type="image" id="1">
<description>Pointer</description>
<width>45</width>
<height>45</height>
<texture>UIControls/PointerNF.png</texture>
</control>
<control type="image" id="2">
<description>Pointer Focus</description>
<width>45</width>
<height>45</height>
<texture>UIControls/PointerFo.png</texture>
</control>
<control type="image" id="3">
<description>Pointer Drag</description>
<width>45</width>
<height>45</height>
<texture>UIControls/PointerDrag.png</texture>
</control>
<control type="image" id="4">
<description>pointer_click</description>
<width>45</width>
<height>45</height>
<texture>UIControls/PointerClick.png</texture>
</control>
</controls>
2015-03-27 21:31:13 +01:00
</window>