Added events for url handling and create example
This commit is contained in:
parent
d2c8a3e04b
commit
9ae22b58d8
6 changed files with 93 additions and 0 deletions
|
|
@ -23,6 +23,10 @@ pub enum Event {
|
|||
|
||||
/// A touch event
|
||||
Touch(touch::Event),
|
||||
|
||||
// TODO: System(system::Event)?
|
||||
/// A url was received.
|
||||
UrlReceived(String),
|
||||
}
|
||||
|
||||
/// The status of an [`Event`] after being processed.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue