Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemonOSProject/LemonOS
/ GetCloseRect
Method
GetCloseRect
System/LemonWM/window.cpp:97–101 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
95
}
96
97
rect_t WMWindow::GetCloseRect(){
98
rect_t r = closeRect;
99
r.pos += pos;
100
return r;
101
}
102
103
rect_t WMWindow::GetMinimizeRect(){
104
rect_t r = minimizeRect;
Callers
2
MouseDown
Method · 0.80
MouseUp
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected