Trigger for OSDmenu
Posted: 09 Oct 2005 15:15
Hi
I am able to get an OSD menu working as follows:
This can be activated by typing "menu on" and "menu off" in the rc interface but can you have the OSD menu appear on mouse click or something like that.
I am thinking about a fullscreen touchscreen application and thinking that when the user touches the screen the OSD appears.
Is this possible??
Thanks
MK
I am able to get an OSD menu working as follows:
Code: Select all
vlc tg.avi --novideo-deco --intf dummy --dummy-quiet --extraintf rc --rc-quiet --rc-host 127.0.0.1:10003 --video-on-top --one-instance --sub-filter menu --osdmenu-x 150 --osdmenu-y 1 --osdmenu-file osdmenu\default.cfg
I am thinking about a fullscreen touchscreen application and thinking that when the user touches the screen the OSD appears.
Is this possible??
Thanks
MK