diff options
Diffstat (limited to 'addons/skin.pm3-hd/720p/Pointer.xml')
-rw-r--r-- | addons/skin.pm3-hd/720p/Pointer.xml | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/addons/skin.pm3-hd/720p/Pointer.xml b/addons/skin.pm3-hd/720p/Pointer.xml new file mode 100644 index 0000000000..e1cce723d7 --- /dev/null +++ b/addons/skin.pm3-hd/720p/Pointer.xml @@ -0,0 +1,42 @@ +<window id="105">
+ <defaultcontrol>1</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>
\ No newline at end of file |