Gamecontroller Control

From Official Kodi Wiki
Revision as of 23:55, 30 August 2016 by Ronie (talk | contribs) (→‎Example)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

The gamecontroller control is used to display an image of the selected gamecontroller in DialogGameControllers.xml. You can choose the position, and size of the gamecontroller image.

Example

<control type="gamecontroller" id="31">
      <description>My first gamecontroller control</description>
      <left>80</left>
      <top>60</top>
      <width>250</width>
      <height>200</height>
</control>

Available tags

Only the default control tags are applicable to this control.


See also

Development: