Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include "../AddonBase.h"
#include "../c-api/gui/window.h"
#include "ListItem.h"
#include "input/ActionIDs.h"
Classes | |
class | kodi::gui::CWindow |
Namespaces | |
namespace | kodi |
namespace | kodi::gui |
Typedefs | |
using | kodi::gui::ClientHandle = KODI_GUI_CLIENT_HANDLE |
Handler for addon-sided processing class If the callback functions used by the window are not used directly in the CWindow class and are outside of it. | |