[vlc-devel] [PATCH 00/11] Mouse Hiding
    Rémi Denis-Courmont 
    remi at remlab.net
       
    Tue Aug  8 17:36:07 CEST 2017
    
    
  
Le tiistaina 8. elokuuta 2017, 15.22.20 EEST Steve Lhomme a écrit :
> This set of patches adds support for a flag in VOUT_DISPLAY_HIDE_MOUSE to
> tell if we want to show or hide the cursor. This is necessary when the vout
> has its own window with mouse handling and associated cursor. The cursor
> handled by the GUI will have no effect so it must be told when the core
> wants to show/hide the cursor.
This adds complexity to the core and display plugins. And then it adds latency 
to show the cursor again, as you need a roundtrip to the video output thread - 
which may well be doing something else such as running some a computationally 
expensive video filter, or waiting between prepare and display callbacks.
Besides, the agreement from last year was to remove this entirely, at least 
from display plugins.
-- 
雷米‧德尼-库尔蒙
https://www.remlab.net/
    
    
More information about the vlc-devel
mailing list