ColinPitrat / caprice32

An emulator of the Amstrad CPC 8bit home computer range.
GNU General Public License v2.0
146 stars 32 forks source link

Virtual Keyborad #220

Closed Korben34 closed 2 years ago

Korben34 commented 2 years ago

Hello, I use aarch64/cap32_libretro.so to build .UCE files of my best .DSK images to play CPC games on the Atgames Legend Ultimate arcade. Games can be launched but how to access to the virtual keyboard (which is mandatory to play or to answer game questions ?, etc.). Seems not to be possible ... ? Thanks

ColinPitrat commented 2 years ago

I'm not familiar with libretro, that'd be something to ask them.

On vanilla caprice32, the virtual keyboard is accessible via:

Korben34 commented 2 years ago

Thank you for the advice

On Fri 4 Mar 2022 at 12:34, Colin Pitrat @.***> wrote:

I'm not familiar with libretro, that'd be something to ask them.

On vanilla caprice32, the virtual keyboard is accessible via:

  • button number 10 on joystick by default (configurable in configuration with system.joystick_vkeyboard_button
  • Shift + F1 from keyboard (obviously less useful if you don't have a keyboard but useful when your keyboard is missing some keys, e.g no keypad and need of Fx keys)

— Reply to this email directly, view it on GitHub https://github.com/ColinPitrat/caprice32/issues/220#issuecomment-1059085086, or unsubscribe https://github.com/notifications/unsubscribe-auth/AX4UZLURTYKRE4KBJ3ZCKDLU6HYNJANCNFSM5P5DRNLA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you authored the thread.Message ID: @.***>

DSkywalk commented 2 years ago

You have cap32 libretro with the documentation on his github: https://github.com/libretro/libretro-cap32/blob/master/README.md or at libretro docs: https://docs.libretro.com/library/caprice32/ :+1:

As you can see you could use F9 or SELECT+START (configurable via options menu)