tangled
alpha
login
or
join now
jonmsterling.com
/
AquaKit
4
fork
atom
A collection of user interface components and drawing routines for building tasteful apps using AppKit.
appkit
swift
aqua
ui
mac
4
fork
atom
overview
issues
1
pulls
pipelines
Add a TODO to AquaWindowResizeHandle
jonmsterling.com
3 weeks ago
8bc1ec1c
9ec6ed24
+1
1 changed file
expand all
collapse all
unified
split
Sources
AquaKit
Controls and Views
AquaWindowResizeHandle.swift
+1
Sources/AquaKit/Controls and Views/AquaWindowResizeHandle.swift
···
25
25
}
26
26
27
27
override func mouseMoved(with event: NSEvent) {
28
28
+
// TODO: set directions depending on window minimum size.
28
29
NSCursor.frameResize(position: .bottomRight, directions: .all).set()
29
30
}
30
31