Godot Version
4.3
Question
how to detect titlebar and border mouse enter/exit signal in Window Node?
i try to make some window for logs using Window(Window — Godot Engine (stable) documentation in English)
and i connect mouse enter/exit signal when i want some fuction disable it.
Window’s content area is good working as i expected, but it’s not working at titlebar area and border thickness.
how can i solve it?
is this not possible using Window Node?
do i need make some custom control?
best regards.