summaryrefslogtreecommitdiffstats
path: root/video/out/mac/window.swift
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/mac/window.swift')
-rw-r--r--video/out/mac/window.swift1
1 files changed, 1 insertions, 0 deletions
diff --git a/video/out/mac/window.swift b/video/out/mac/window.swift
index 8002c43929..8a8c56c76a 100644
--- a/video/out/mac/window.swift
+++ b/video/out/mac/window.swift
@@ -91,6 +91,7 @@ class Window: NSWindow, NSWindowDelegate {
title = com.title
minSize = NSMakeSize(160, 90)
collectionBehavior = .fullScreenPrimary
+ ignoresMouseEvents = mpv?.opts.cursor_passthrough ?? false
delegate = self
if let cView = contentView {