Turn Touch into a touch::Event enum
This commit is contained in:
parent
09110a93b0
commit
3bdf931925
9 changed files with 89 additions and 118 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue