Is it possible to capture resize events on areas, controls, windows, ...anything? I'm using the Go ui library and expected to see this as a method in the AreaHandler interface. I don't see any event-handling mechanisms in libui, is this an explicit design decision to avoid having an event queue, event pump, etc.?
Is it possible to capture resize events on areas, controls, windows, ...anything? I'm using the Go
uilibrary and expected to see this as a method in the AreaHandler interface. I don't see any event-handling mechanisms inlibui, is this an explicit design decision to avoid having an event queue, event pump, etc.?