11 #include "addons/kodi-dev-kit/include/kodi/c-api/gui/general.h" 48 static int get_screen_height(KODI_HANDLE kodiBase);
49 static int get_screen_width(KODI_HANDLE kodiBase);
50 static int get_video_resolution(KODI_HANDLE kodiBase);
51 static int get_current_window_dialog_id(KODI_HANDLE kodiBase);
52 static int get_current_window_id(KODI_HANDLE kodiBase);
53 static ADDON_HARDWARE_CONTEXT get_hw_context(KODI_HANDLE kodiBase);
58 static int m_iAddonGUILockRef;
AdjustRefreshRateStatus
Adjust refresh rate enum Used to get the Adjust refresh rate status info.
Definition: general.h:24
Main structure passed from kodi to addon with basic information needed to create add-on.
Definition: addon_base.h:378
Global gui Add-on to Kodi callback functions.
Definition: General.h:29
static void lock()
callback functions from add-on to kodi
Definition: General.cpp:131