A collection of user interface components and drawing routines for building tasteful apps using AppKit.
appkit swift aqua ui mac

Add a TODO to AquaWindowResizeHandle

+1
+1
Sources/AquaKit/Controls and Views/AquaWindowResizeHandle.swift
··· 25 25 } 26 26 27 27 override func mouseMoved(with event: NSEvent) { 28 + // TODO: set directions depending on window minimum size. 28 29 NSCursor.frameResize(position: .bottomRight, directions: .all).set() 29 30 } 30 31