More notes.
This commit is contained in:
parent
7199d4c847
commit
503e5d7768
|
@ -83,6 +83,8 @@ static void handleResizeBottom(NSRect *frame, NSPoint old, NSPoint new)
|
||||||
|
|
||||||
struct onResizeDragParams {
|
struct onResizeDragParams {
|
||||||
NSWindow *w;
|
NSWindow *w;
|
||||||
|
// using the previous point causes weird issues like the mouse seeming to fall behind the window edge... so do this instead
|
||||||
|
// TODO will this make things like the menubar and dock easier too?
|
||||||
NSRect initialFrame;
|
NSRect initialFrame;
|
||||||
NSPoint initialPoint;
|
NSPoint initialPoint;
|
||||||
uiWindowResizeEdge edge;
|
uiWindowResizeEdge edge;
|
||||||
|
|
Loading…
Reference in New Issue