steamworks-rs
steamworks-rs copied to clipboard
Many ISteamUtils functions are missing
Many of the new ISteamUtils functions appear to be missing bindings, especially ones related to the Steam Deck. Some of these are required to get a game to run on the Steam Deck well. Can they be added? I think the most important are:
- IsSteamRunningOnSteamDeck
- GetEnteredGamepadTextInput
- GetEnteredGamepadTextLength
- ShowGamepadTextInput
- ShowFloatingGamepadTextInput
Looks like this is resolved in PR #119 and Issue can be closed.
But for sone reason I don't see this methods published to docs.rs