Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antopilo/Nuake
/ TitlebarHitTest
Method
TitlebarHitTest
Nuake/Source/Nuake/Window.cpp:442–448 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
440
}
441
442
void Window::TitlebarHitTest(Window& window, int x, int y, bool& hit)
443
{
444
if (titleBarHitTestCallback)
445
{
446
titleBarHitTestCallback(window, x, y, hit);
447
}
448
}
449
450
void Window::InitImgui()
451
{
Callers
1
Init
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected