selectionChanged
Returns true if any selections changed this frame.
Parameters
- self:*const MultiSelectMouse
- *const MultiSelectMouse
Source
Implementation
pub fn selectionChanged(self: *const MultiSelectMouse) bool {
return self.selection_changed;
}