Mouse button released — keep the selection visible but stop tracking.
(&mut self)
| 43 | |
| 44 | /// Mouse button released — keep the selection visible but stop tracking. |
| 45 | pub fn finalize(&mut self) { |
| 46 | self.dragging = false; |
| 47 | } |
| 48 | |
| 49 | /// Dismiss the selection entirely. |
| 50 | pub fn clear(&mut self) { |
no outgoing calls