![]() |
Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
|
GUI functions on Kodi. More...
Modules | |
Control | |
Code based skin access. | |
Dialog | |
Kodi's dialog class | |
ListItem | |
Selectable window list item. | |
Action | |
Action class. | |
Window | |
GUI window class for Add-Ons. | |
Functions | |
getCurrentWindowId () | |
getCurrentWindowDialogId () | |
getScreenHeight () | |
getScreenWidth () | |
GUI functions on Kodi.
Offers classes and functions that manipulate the Graphical User Interface through windows, dialogs, and various control widgets.
getCurrentWindowDialogId | ( | ) |
Returns the id for the current 'active' dialog as an integer.
Example:
getCurrentWindowId | ( | ) |
Returns the id for the current 'active' window as an integer.
Example:
getScreenHeight | ( | ) |
Returns the height of this screen.
getScreenWidth | ( | ) |
Returns the width of this screen.