Using Guide.ShowKeyboard

Is linking Monogame.net the only way to get the guide to show the keyboard?

I have created a standalone, modern version of it that was merged recently. It is available in the dev builds.

var name = await KeyboardInput.Show("Name", "What's your name?", "Player");
1 Like

I’ve seen the something similar in the commits, and that was the reason why i was asking, great job!
For anyone else, this is currently in the [Development] github branch.