lhwdev
11/22/2022, 11:42 PMlhwdev
11/22/2022, 11:46 PMMyWindow {
TitleBar(draggable = true) {
Button(...) // If this consumes click event, emits HTNOWHERE
// if click event is passed to TitleBar, emits HTCAPTION
}
// ...
}
lhwdev
11/23/2022, 12:00 AMjames
11/23/2022, 9:21 PM