pub fn greeting_screen_manage_input() -> Option<GreetingOption>
Expand description
Check input on greeting screen Return Some(GreetingOption) if input is valid, with the chosen Greeting Option, None otherwise
ยงPanics
if impossible to get key event, better crash as game will be unplayable