holy (crab) that was a lot of work
it works. the input function is working now, passing it a reference to your root gui widget and a reference to it's own widget and a function to check if it should exit works now gg
This commit is contained in:
@@ -18,3 +18,8 @@ pub enum Error {
|
||||
EmptyCommand,
|
||||
}
|
||||
|
||||
pub enum Exit {
|
||||
None,
|
||||
Exit,
|
||||
ExitWithError(Error),
|
||||
}
|
||||
Reference in New Issue
Block a user