lsteamclient: Convert path given to ISteamInput::SetInputActionManifestFilePath

CW-Bug-Id: #19517
This commit is contained in:
Andrew Eikum 2021-10-08 09:38:27 -05:00
parent da911c3bf9
commit 4b9b102b31
2 changed files with 14 additions and 2 deletions

View file

@ -558,7 +558,17 @@ path_conversions = [
"w2l_arrays": [False],
"w2l_urls": [False],
"return_is_size": False
}
},
{
"parent_name": "SetInputActionManifestFilePath",
"l2w_names": [],
"l2w_lens": [],
"l2w_urls": [],
"w2l_names": ["pchInputActionManifestAbsolutePath"],
"w2l_arrays": [False],
"w2l_urls": [False],
"return_is_size": False
},
]
def strip_const(typename):