]> git.sesse.net Git - vlc/commit
msw(Win32): give libvlc users access to input events (mouse/keyboard)
authorErwan Tulou <erwan10@videolan.org>
Thu, 4 Aug 2011 11:38:25 +0000 (13:38 +0200)
committerErwan Tulou <erwan10@videolan.org>
Thu, 4 Aug 2011 20:09:05 +0000 (22:09 +0200)
commita8478f733ce80f9d3081bc886d653c410be56a24
tree2e515786ea19a5ded8725b897ffca99fdf3500cd
parent87908cfda5514937773e9fe18dd82ead0499f9da
msw(Win32): give libvlc users access to input events (mouse/keyboard)

if libvlc users disable both mouse and keyboard events, chances are they're
trying to regain control over them. The WS_DISABLED flag exactly fits this need.

The only thing is that it is an overall flag that doesn't differentiate mouse and keyboard.
modules/video_output/msw/events.c