yoshisuga / MAME4iOS

Multiple Arcade Machine Emulator for iOS, iPadOS, tvOS, macOS (Catalyst)
Other
635 stars 103 forks source link

Refactored touch mouse handler, added small keyboard updates #386

Closed yoshisuga closed 2 years ago

yoshisuga commented 2 years ago

Added a dedicated touch mouse handler in Swift that supports mouse clicking by tapping, double-tap-and-hold to click and drag. Removed the old implementation.

Also made some keyboard updates: added the right-alt key, added tab key to alternate keyboard as well.