A
Anonymous
Guest
and idea why this won't make the music fast forward in the music overlay?
The button appears, clicking on it does nothing.
Code:
<control>
<description>fast forward button</description>
<type>button</type>
<id>102</id>
<posX>400</posX>
<posY>12</posY>
<width>40</width>
<height>40</height>
<textureFocus>osd_fastforward_focus.png</textureFocus>
<textureNoFocus>osd_fastforward_nofocus.png</textureNoFocus>
<action>77</action>
<label>-</label>
<onleft>27</onleft>
<onright>29</onright>
<onup>28</onup>
<ondown>2</ondown>
</control>
The button appears, clicking on it does nothing.