Skip to main content

Module pointer

Module pointer 

Source

Structs§

AbsorbPointer
Absorbs every pointer event over its rect — nothing inside or behind receives clicks/scrolls. Useful for disabling a region or building a modal barrier.
IgnorePointer
Makes its subtree transparent to the pointer — clicks, scrolls, and hover pass straight through to whatever is behind it. Useful for decorative overlays that must not steal input.