Kodi Community Forum

Full Version: Player controls in an add-on
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want my add-on to have a button to pop up the player controls. Is there a built-in function for that?
It's possible via:
Code:
xbmc.executebuiltin(ActivateWindow(videoosd))

cheers,
asde