Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
AddonToKodiFuncTable_kodi_gui_general Struct Reference

#include <definitions.h>

Public Attributes

void(* lock )()
 
void(* unlock )()
 
int(* get_screen_height )(void *kodiBase)
 
int(* get_screen_width )(void *kodiBase)
 
int(* get_video_resolution )(void *kodiBase)
 
int(* get_current_window_dialog_id )(void *kodiBase)
 
int(* get_current_window_id )(void *kodiBase)
 

Member Data Documentation

◆ get_current_window_dialog_id

int(* AddonToKodiFuncTable_kodi_gui_general::get_current_window_dialog_id) (void *kodiBase)

◆ get_current_window_id

int(* AddonToKodiFuncTable_kodi_gui_general::get_current_window_id) (void *kodiBase)

◆ get_screen_height

int(* AddonToKodiFuncTable_kodi_gui_general::get_screen_height) (void *kodiBase)

◆ get_screen_width

int(* AddonToKodiFuncTable_kodi_gui_general::get_screen_width) (void *kodiBase)

◆ get_video_resolution

int(* AddonToKodiFuncTable_kodi_gui_general::get_video_resolution) (void *kodiBase)

◆ lock

void(* AddonToKodiFuncTable_kodi_gui_general::lock) ()

◆ unlock

void(* AddonToKodiFuncTable_kodi_gui_general::unlock) ()

The documentation for this struct was generated from the following file: