Skip to content

Instantly share code, notes, and snippets.

View MaximBazarov's full-sized avatar
💤
ZEN

Maxim Bazarov MaximBazarov

💤
ZEN
View GitHub Profile
import AppKit
import SwiftUI
import Combine
import OSLog
/// Full screen window that hosts the SwiftUI view.
/// - Can not become active nor main so user stays in the app they were in.
/// - Ignores all mouse events allowing user to interact with content behind it.
/// - Enables mouse events, only when mouse is over its content view.
@MainActor