diablodiab / libretro-scummvm-backend

libretro backend for scummvm
6 stars 8 forks source link

How to enable virtual keyboard in ScummVM libretro core version ? #26

Open schmurtzm opened 1 year ago

schmurtzm commented 1 year ago

Hi,

I saw this virtual keyboard which is possible to enable during ScummVM compilation : https://wiki.scummvm.org/index.php/Virtual_Keyboard

How could I compile the ScummVM libretro core with this --enable-vkeybd flag option ?

It could be very useful core handheld consoles !

Thank you.

spleen1981 commented 1 year ago

How could I compile the ScummVM libretro core with this --enable-vkeybd flag option ?

That's a flag for upstream configure script, can't use directly here.

Anyways virtual keyboard support is available here: ScummVM mainline libretro core.