diasurgical/devilutionX

Add a controller friendly virtual keyboard

Open

#2,249 opened on Jun 27, 2021

View on GitHub
 (6 comments) (0 reactions) (0 assignees)C++ (743 forks)batch import
good first issuehelp wantedplatform support

Repository metrics

Stars
 (7,255 stars)
PR merge metrics
 (Avg merge 2d 12h) (15 merged PRs in 30d)

Description

Some devices like RG350 do not have a build in virtual keyboard, this prevents them from partake in multiplayer games (as well as a few other features) as they cannot enter the password for the game. To solve this we should provide a simple virtual keyboard for such platforms, since these devices usually also do not have a touch screen it should be usable via a game controller.

A couple of options: billede https://github.com/diasurgical/devilutionX/tree/4c2a43b23e92adcb1d047fdd52e10fb53c9471ff/vita/danzeffSDL

https://github.com/benob/rs97_st-sdl/blob/master/keyboard.c

Contributor guide