Package-level declarations
Types
Link copied to clipboard
class LinuxOutsideClickWatcher(windowSupplier: () -> Window?, onOutsideClick: () -> Unit) : AutoCloseable
LinuxOutsideClickWatcher: X11/XWayland implementation that detects a left-click anywhere, and if it is outside the supplied window (and not on the tray icon area), invokes a callback.