Not sure if Im missing something here but I cant seem to get back to the DVD Menus once the disc is playing. My app is C++ and I am looking for the api to bring up the DVD Menu. I can navigate the menus using libvlc_media_player_navigate() to do the navigation and start the disc playing. I thought libvlc_navigate_activate was going to do it but that is actually the select button.
Whats the equivalent of key-disc-menu from the libvlc api??? Did I just over look something in the docs?
-tommy