Hi, I believe this is very simple to do but I'm probably being thick.
How can I capture the enter key, in order to confirm a selection.
I tried App.GetInput().IsKeyDown(Key::Enter) but I that's not correct since Key doesn't have the "Enter" option.
Thanks in advance.