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