MCPcopy 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
442void Window::TitlebarHitTest(Window& window, int x, int y, bool& hit)
443{
444 if (titleBarHitTestCallback)
445 {
446 titleBarHitTestCallback(window, x, y, hit);
447 }
448}
449
450void Window::InitImgui()
451{

Callers 1

InitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected