britzl / steamworks-defold

Steamworks support for Defold using the Defold extension system
34 stars 6 forks source link

Update Steamworks version to add some Steamdeck features for keyboard #26

Open subsoap opened 2 years ago

subsoap commented 2 years ago

As of the Steamworks SDK 1.52, ISteamUtils Interface provides the ShowFloatingGamepadTextInput and FloatingGamepadTextInputDismissed_t member function which allow you to open the on-screen keyboard and also be notified when it is closed. The following text fields do not trigger the on-screen keyboard: player name

steamdeck

britzl commented 2 years ago

I've started the upgrade on a branch but there are a lot of things breaking in the code generator.

britzl commented 2 years ago

Here's a branch with Steam 1.55 support: https://github.com/britzl/steamworks-defold/tree/dev-update-to-1.55

I would appreciate some help testing it with your games.

subsoap commented 2 years ago

Quickly plugging it in seems to be working with no obvious issues!