Search found 3 matches

Go to advanced search

by mikea32
02 Jan 2009 15:26
Forum: Development around libVLC
Topic: VideoLan.Interop a .Net libvlc 0.9.x wrapper
Replies: 195
Views: 86918

Re: VideoLan.Interop a .Net libvlc 0.9.x wrapper

with some changes to suit my needs (eg my app won't be fullscreen so need to know if the mouse is over my window or not) the code works fine, thanks :) edit: only problem is the mouse hook doesn't give indication of an actual mouse click, i can do single clicks fine by remembering mouse down status ...
by mikea32
01 Jan 2009 20:20
Forum: Development around libVLC
Topic: VideoLan.Interop a .Net libvlc 0.9.x wrapper
Replies: 195
Views: 86918

Re: VideoLan.Interop a .Net libvlc 0.9.x wrapper

that won't let me swallow the double click->fullscreen that vlc does. From browsing this forum it appears the only way is to edit the source for the vout module and compile it myself
by mikea32
29 Dec 2008 00:19
Forum: Development around libVLC
Topic: VideoLan.Interop a .Net libvlc 0.9.x wrapper
Replies: 195
Views: 86918

Re: VideoLan.Interop a .Net libvlc 0.9.x wrapper

currently using this wrapper to get vlc playing a video in a WPF program (using the windows form host control). Is it possible to get mouse click events from the area that the video is playing? (and stop the double click->full screen event?)

Go to advanced search