Skip to content
Snippets Groups Projects
Commit 923c5035 authored by Ashis kumar Naik's avatar Ashis kumar Naik :speech_balloon: Committed by Jean-Baptiste Kempf
Browse files

macosx: hide cursor, when mouse is not moved


Signed-off-by: default avatarAshis Kumar Naik <ashishami2002@gmail.com>
parent 84dab2a4
No related branches found
No related tags found
Loading
Pipeline #374121 passed with stages
in 36 minutes and 14 seconds
......@@ -200,6 +200,7 @@
- (void)shouldHideControls:(id)sender
{
[self hideControls];
[NSCursor setHiddenUntilMouseMoves: YES];
}
- (void)hideControls
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment