Merge branch '0.4.0' into rethink-activities

This commit is contained in:
veeso
2021-03-06 16:19:20 +01:00
9 changed files with 22 additions and 15 deletions

View File

@@ -32,7 +32,7 @@ use std::time::Duration;
///
/// InputHandler is the struct which runs a thread which waits for
/// input events from the user and reports them through a receiver
pub(crate) struct InputHandler {}
pub(crate) struct InputHandler;
impl InputHandler {
/// ### InputHandler