[vlc-commits] [Git][videolan/vlc][master] macosx: hide cursor, when mouse is not moved
    Jean-Baptiste Kempf (@jbk) 
    gitlab at videolan.org
       
    Mon Aug 14 20:04:27 UTC 2023
    
    
  
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC
Commits:
923c5035 by Ashis Kumar Naik at 2023-08-14T18:45:12+00:00
macosx: hide cursor, when mouse is not moved
Signed-off-by: Ashis Kumar Naik <ashishami2002 at gmail.com>
- - - - -
1 changed file:
- modules/gui/macosx/windows/video/VLCMainVideoViewController.m
Changes:
=====================================
modules/gui/macosx/windows/video/VLCMainVideoViewController.m
=====================================
@@ -200,6 +200,7 @@
 - (void)shouldHideControls:(id)sender
 {
     [self hideControls];
+    [NSCursor setHiddenUntilMouseMoves: YES];
 }
 
 - (void)hideControls
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/923c50352ec9e3387d749afd86103b3cbf77aaf9
-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/923c50352ec9e3387d749afd86103b3cbf77aaf9
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
    
    
More information about the vlc-commits
mailing list