Library definition values
Additional values, structures and things that are used in the Window class.
Go back to normal functions from CWindow
Typedefs | |
using | 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. More... | |
using 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.
This value here corresponds to a void*
and returns the address requested by the add-on for callbacks.