display: add more documentation for display_info.handle_mouse_hide
commit10216c788dc302d9d6709efbb216fd92657a55e6
authorSteve Lhomme <robUx4@videolabs.io>
Tue, 8 Aug 2017 13:22:31 +0000 (8 15:22 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Thu, 12 Oct 2017 23:11:56 +0000 (13 01:11 +0200)
treef95240dbefe12261ab7b42ba923975e03defe30b
parentfc05351f4f53fc24a0e92b61134018e0b492ae2a
display: add more documentation for display_info.handle_mouse_hide

In all cases this flag means that the vout has a custom Window and handles the
mouse event itself, including showing/hiding the mouse.

For the auto-hiding to work such vout need to call either
vout_display_SendEventMouseMoved or vout_display_SendEventMouseState to notify
the core of mouse events. And they all do that.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
include/vlc_vout_display.h