The official Steamworks API includes functions for working with the gamepad text input mode, however there’s no such function mentioned in the API reference page for the Steamworks Defold extension. Does the extension not support gamepad text input mode, or is the API reference page incomplete?
To be more specific, in the Steamworks API, the ISteamUtils interface contains functions such as ShowGamepadTextInput(), ShowFloatingGamepadTextInput(), GetEnteredGamepadTextInput(), or GetEnteredGamepadTextLength(). See more here: ISteamUtils Interface (Steamworks Documentation).
Can these functions be accessed via the Steamworks extension? And if so, how? Thanks.