diff options
author | Jezz_X <jezzx2@gmail.com> | 2012-03-28 22:46:10 +1100 |
---|---|---|
committer | Jezz_X <jezzx2@gmail.com> | 2012-04-25 09:50:32 +1000 |
commit | 113e973e9060999491122fabd6b611a40d95a6c2 (patch) | |
tree | e2f868804c388c8bb19f022ae60faf9468c1ce76 /addons/skin.confluence/720p/FileManager.xml | |
parent | 15c52510561fb56c2a04ea2463d6aa79b0d826ec (diff) |
Added: [Confluence] Better mouse/touch support
Diffstat (limited to 'addons/skin.confluence/720p/FileManager.xml')
-rw-r--r-- | addons/skin.confluence/720p/FileManager.xml | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/addons/skin.confluence/720p/FileManager.xml b/addons/skin.confluence/720p/FileManager.xml index 53a4487155..399735374c 100644 --- a/addons/skin.confluence/720p/FileManager.xml +++ b/addons/skin.confluence/720p/FileManager.xml @@ -406,6 +406,65 @@ <shadowcolor>black</shadowcolor> <label>([COLOR=blue]$INFO[Container(21).NumItems][/COLOR]) $LOCALIZE[31025] - $LOCALIZE[31024] ([COLOR=blue]$INFO[Container(21).CurrentPage]/$INFO[Container(21).NumPages][/COLOR])</label> </control> + <control type="group" id="10"> + <posx>595</posx> + <posy>55r</posy> + <include>Window_OpenClose_Animation</include> + <visible>system.getbool(input.enablemouse)</visible> + <include>Window_OpenClose_Animation</include> + <control type="button"> + <description>Back push button</description> + <posx>0</posx> + <posy>0</posy> + <width>45</width> + <height>45</height> + <label>1036</label> + <font>-</font> + <aligny>-</aligny> + <onclick>back</onclick> + <texturefocus border="5">floor_buttonFO.png</texturefocus> + <texturenofocus border="5">floor_button.png</texturenofocus> + <onleft>50</onleft> + <onright>50</onright> + <onup>50</onup> + <ondown>50</ondown> + </control> + <control type="image"> + <description>Back Icon</description> + <posx>5</posx> + <posy>5</posy> + <width>35</width> + <height>35</height> + <aspectratio>keep</aspectratio> + <texture>icon_back.png</texture> + </control> + <control type="button"> + <description>Home push button</description> + <posx>55</posx> + <posy>0</posy> + <width>45</width> + <height>45</height> + <label>31003</label> + <font>-</font> + <aligny>-</aligny> + <onclick>ActivateWindow(home)</onclick> + <texturefocus border="5">floor_buttonFO.png</texturefocus> + <texturenofocus border="5">floor_button.png</texturenofocus> + <onleft>50</onleft> + <onright>50</onright> + <onup>50</onup> + <ondown>50</ondown> + </control> + <control type="image"> + <description>Home Icon</description> + <posx>60</posx> + <posy>5</posy> + <width>35</width> + <height>35</height> + <aspectratio>keep</aspectratio> + <texture>icon_home.png</texture> + </control> + </control> <include>Clock</include> </controls> </window>
\ No newline at end of file |