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:
FantasyPvP
2023-11-28 00:12:59 +00:00
parent f48eb133b3
commit c194109487
5 changed files with 138 additions and 68 deletions
+5
View File
@@ -18,3 +18,8 @@ pub enum Error {
EmptyCommand,
}
pub enum Exit {
None,
Exit,
ExitWithError(Error),
}