Is there a way to prevent mouse events on a view f...
# compose-desktop
x
Is there a way to prevent mouse events on a view from propagating to its parent view? Edit: I know I can consume PointerInputChange in one callback and check their consumed status in the other to achieve a similar effect, but is there a more convenient way?