pub type OwnerId = usize;
An app-defined “owner” identifier for grouping multiple interaction ids.
Example: a scrollbar composed of root, thumb, and arrow buttons can all map to the same owner.
root
thumb
arrow buttons