libretro / uae4arm-libretro

Port of uae4arm for libretro (rpi/android)
6 stars 8 forks source link

Virtual Keyboard Request #3

Open qclart opened 6 years ago

qclart commented 6 years ago

Not having a onscreen virtual keyboard or the ability to map keys prevents many games from being playable. A lot of joystick games require keyboard input for configuration or saving purposes.

apison commented 6 years ago

Keyboard is present is mapped to select key

Chips-fr commented 4 years ago

I have same problem: i never succeed to enter virtual keyboard. Select key switch between joystick and mouse emulation. There is some code which trigger virtual keyboard using Y button of joystick but a condition prevent to enter it ( if(amiga_devices[0]==RETRO_DEVICE_AMIGA_JOYSTICK) is never true)

apison commented 4 years ago

Strange , in the code I've found this

In joy mode L3 GUI LOAD R3 GUI SNAP L2 STATUS ON/OFF R2 AUTOLOAD TAPE L CAT R RESET SEL MOUSE/JOY IN GUI STR ENTER/RETURN A FIRE1/VKBD KEY B RUN X FIRE2 Y VKBD ON/OFF In Keayboard mode F8 LOAD DSK/TAPE F9 MEM SNAPSHOT LOAD/SAVE F10 MAIN GUI F12 PLAY TAPE

And it's coerent with the behaviour of the core I've compiled and installed, pressing Y key Virtual Keyboard is showed.