M-HT / SR

A project to statically recompile following games to create Windows or Linux (x86 or arm) versions of the games - Albion, X-Com: UFO Defense (UFO: Enemy Unknown), X-Com: Terror from the Deep, Warcraft: Orcs & Humans, Septerra Core: Legacy of the Creator, Battle Isle 3: Shadow of the Emperor
317 stars 18 forks source link

OSK support #45

Closed isage closed 2 years ago

isage commented 2 years ago

Septerra Core requires keyboard to set savefile name when saving. Is there some way to "hook" save menu to run custom code (e.g., show OSK)?

M-HT commented 2 years ago

I' guessing OSK means on screen keyboard. Currently there isn't a way to do this. What is the use case of this ?

isage commented 2 years ago

Playstation Vita port. There's no physical keyboard

M-HT commented 2 years ago

You can map a button or combination of buttons to show OSK.

isage commented 2 years ago

Well, yes, but there's not much buttons, so i'd rather use them as hotkeys. But if there's no other way, well, guess i'll do that. Although, yeah, combo will probably work for both cases.