Turn Touch into a touch::Event enum

This commit is contained in:
Héctor Ramón Jiménez 2020-12-15 06:38:46 +01:00
parent 09110a93b0
commit 3bdf931925
9 changed files with 89 additions and 118 deletions

View file

@ -22,7 +22,7 @@ pub enum Event {
Window(window::Event),
/// A touch event
Touch(touch::Touch),
Touch(touch::Event),
}
/// The status of an [`Event`] after being processed.