| 3285 | } |
| 3286 | |
| 3287 | STEAMAPI_API const char * SteamAPI_ISteamInput_GetStringForActionOrigin( ISteamInput* self, EInputActionOrigin eOrigin ) |
| 3288 | { |
| 3289 | return (get_steam_client()->steam_controller)->GetStringForActionOrigin(eOrigin); |
| 3290 | } |
| 3291 | |
| 3292 | STEAMAPI_API const char * SteamAPI_ISteamInput_GetStringForAnalogActionName( ISteamInput* self, InputAnalogActionHandle_t eActionHandle ) |
| 3293 | { |
nothing calls this directly
no test coverage detected