Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
Mover Control

Used in the calibration screens.

The mover control is used for the screen calibration portions of Kodi. You can choose the size and look of the mover control.


Example

<control type="mover" id="3">
<description>My first mover control</description>
<posx>80</posx>
<posy>60</posy>
<width>250</width>
<height>200</height>
<texturefocus>mytexture.png</texturefocus>
<texturenofocus>mytexture.png</texturenofocus>
<pulseonselect>true</pulseonselect>
</control>
@ first
Definition: Alternative.h:15

Available tags

In addition to the Default Control Tags the following tags are available. Note that each tag is lower case only. This is important, as xml tags are case-sensitive.

Tag Description
texturefocus Specifies the image file which should be displayed when the mover has focus. See here for additional information about textures.
texturenofocus Specifies the image file which should be displayed when the mover does not have focus.

See also

Development: