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

Used to display the currently playing game, with optional effects, whilst in the GUI.

The gamewindow control is used for displaying the currently playing game elsewhere in the Kodi GUI. You can choose the position, and size of the game displayed, as well as various effects. Note that the control is only rendered if game is being played.


Example

<control type="gamewindow" id="2">
<description>My first game control</description>
<posx>80</posx>
<posy>60</posy>
<width>250</width>
<height>200</height>
<visible>true</visible>
</control>
@ first
Definition: Alternative.h:15

Available tags

The default control tags are applicable to this control.


See also

Development: