1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-03 23:30:04 -04:00

Add *_released & *_clicked PointerState methods (#1582)

This commit is contained in:
Alejandro Perea
2022-05-05 23:26:15 +02:00
committed by GitHub
parent e82b87ca73
commit fe6e1ce28f
3 changed files with 45 additions and 5 deletions

View File

@@ -5,7 +5,7 @@ NOTE: [`epaint`](epaint/CHANGELOG.md), [`eframe`](eframe/CHANGELOG.md), [`egui-w
## Unreleased
* Add `*_released` & `*_clicked` methods for `PointerState`.
## 0.18.1 - 2022-05-01
* Change `Shape::Callback` from `&dyn Any` to `&mut dyn Any` to support more backends.