Search found 1 match

Go to advanced search

by One second
02 Oct 2013 16:53
Forum: Scripting VLC in lua
Topic: [Extension] Click screen to PAUSE / PLAY
Replies: 22
Views: 19816

Re: VLC Extension: Click screen to PAUSE / PLAY

thanks this plugin is very nice by the way i little changed code to not pause when i doubleclick to become fullscreen. goodbye:) function mouse_press( var, old, new, data ) if old==0 and new==1 then time1=os.clock() end if old==1 and new==0 then if os.clock()-time1 > 0.07 then vlc.playlist.pause() e...

Go to advanced search