|
112 | 112 | ,{"name": "Prop_ParentDriver_Uint64","value": "1034"}
|
113 | 113 | ,{"name": "Prop_ResourceRoot_String","value": "1035"}
|
114 | 114 | ,{"name": "Prop_RegisteredDeviceType_String","value": "1036"}
|
115 |
| - ,{"name": "Prop_InputProfileName_String","value": "1037"} |
| 115 | + ,{"name": "Prop_InputProfilePath_String","value": "1037"} |
116 | 116 | ,{"name": "Prop_ReportsTimeSinceVSync_Bool","value": "2000"}
|
117 | 117 | ,{"name": "Prop_SecondsFromVsyncToPhotons_Float","value": "2001"}
|
118 | 118 | ,{"name": "Prop_DisplayFrequency_Float","value": "2002"}
|
|
166 | 166 | ,{"name": "Prop_NamedIconPathControllerRightDeviceOff_String","value": "2052"}
|
167 | 167 | ,{"name": "Prop_NamedIconPathTrackingReferenceDeviceOff_String","value": "2053"}
|
168 | 168 | ,{"name": "Prop_DoNotApplyPrediction_Bool","value": "2054"}
|
| 169 | + ,{"name": "Prop_CameraToHeadTransforms_Matrix34_Array","value": "2055"} |
| 170 | + ,{"name": "Prop_DriverIsDrawingControllers_Bool","value": "2057"} |
| 171 | + ,{"name": "Prop_DriverRequestsApplicationPause_Bool","value": "2058"} |
| 172 | + ,{"name": "Prop_DriverRequestsReducedRendering_Bool","value": "2059"} |
169 | 173 | ,{"name": "Prop_AttachedDeviceId_String","value": "3000"}
|
170 | 174 | ,{"name": "Prop_SupportedButtons_Uint64","value": "3001"}
|
171 | 175 | ,{"name": "Prop_Axis0Type_Int32","value": "3002"}
|
|
200 | 204 | ,{"name": "Prop_HasCameraComponent_Bool","value": "6004"}
|
201 | 205 | ,{"name": "Prop_HasDriverDirectModeComponent_Bool","value": "6005"}
|
202 | 206 | ,{"name": "Prop_HasVirtualDisplayComponent_Bool","value": "6006"}
|
| 207 | + ,{"name": "Prop_ControllerType_String","value": "7000"} |
| 208 | + ,{"name": "Prop_LegacyInputProfile_String","value": "7001"} |
203 | 209 | ,{"name": "Prop_VendorSpecific_Reserved_Start","value": "10000"}
|
204 | 210 | ,{"name": "Prop_VendorSpecific_Reserved_End","value": "10999"}
|
| 211 | + ,{"name": "Prop_TrackedDeviceProperty_Max","value": "1000000"} |
205 | 212 | ]}
|
206 | 213 | , {"enumname": "vr::ETrackedPropertyError","values": [
|
207 | 214 | {"name": "TrackedProp_Success","value": "0"}
|
|
224 | 231 | ,{"name": "Submit_GlRenderBuffer","value": "2"}
|
225 | 232 | ,{"name": "Submit_Reserved","value": "4"}
|
226 | 233 | ,{"name": "Submit_TextureWithPose","value": "8"}
|
| 234 | + ,{"name": "Submit_TextureWithDepth","value": "16"} |
227 | 235 | ]}
|
228 | 236 | , {"enumname": "vr::EVRState","values": [
|
229 | 237 | {"name": "VRState_Undefined","value": "-1"}
|
|
339 | 347 | ,{"name": "VREvent_KeyboardSectionSettingChanged","value": "862"}
|
340 | 348 | ,{"name": "VREvent_PerfSectionSettingChanged","value": "863"}
|
341 | 349 | ,{"name": "VREvent_DashboardSectionSettingChanged","value": "864"}
|
| 350 | + ,{"name": "VREvent_WebInterfaceSectionSettingChanged","value": "865"} |
342 | 351 | ,{"name": "VREvent_StatusUpdate","value": "900"}
|
| 352 | + ,{"name": "VREvent_WebInterface_InstallDriverCompleted","value": "950"} |
343 | 353 | ,{"name": "VREvent_MCImageUpdated","value": "1000"}
|
344 | 354 | ,{"name": "VREvent_FirmwareUpdateStarted","value": "1100"}
|
345 | 355 | ,{"name": "VREvent_FirmwareUpdateFinished","value": "1101"}
|
|
368 | 378 | ,{"name": "VREvent_PerformanceTest_FidelityLevel","value": "1602"}
|
369 | 379 | ,{"name": "VREvent_MessageOverlay_Closed","value": "1650"}
|
370 | 380 | ,{"name": "VREvent_MessageOverlayCloseRequested","value": "1651"}
|
| 381 | + ,{"name": "VREvent_Input_HapticVibration","value": "1700"} |
371 | 382 | ,{"name": "VREvent_VendorSpecific_Reserved_Start","value": "10000"}
|
372 | 383 | ,{"name": "VREvent_VendorSpecific_Reserved_End","value": "19999"}
|
373 | 384 | ]}
|
|
407 | 418 | {"name": "k_EDualAnalog_Left","value": "0"}
|
408 | 419 | ,{"name": "k_EDualAnalog_Right","value": "1"}
|
409 | 420 | ]}
|
| 421 | +, {"enumname": "vr::EVRInputError","values": [ |
| 422 | + {"name": "VRInputError_None","value": "0"} |
| 423 | + ,{"name": "VRInputError_NameNotFound","value": "1"} |
| 424 | + ,{"name": "VRInputError_WrongType","value": "2"} |
| 425 | + ,{"name": "VRInputError_InvalidHandle","value": "3"} |
| 426 | + ,{"name": "VRInputError_InvalidParam","value": "4"} |
| 427 | + ,{"name": "VRInputError_NoSteam","value": "5"} |
| 428 | + ,{"name": "VRInputError_MaxCapacityReached","value": "6"} |
| 429 | + ,{"name": "VRInputError_IPCError","value": "7"} |
| 430 | + ,{"name": "VRInputError_NoActiveActionSet","value": "8"} |
| 431 | + ,{"name": "VRInputError_InvalidDevice","value": "9"} |
| 432 | +]} |
410 | 433 | , {"enumname": "vr::EHiddenAreaMeshType","values": [
|
411 | 434 | {"name": "k_eHiddenAreaMesh_Standard","value": "0"}
|
412 | 435 | ,{"name": "k_eHiddenAreaMesh_Inverse","value": "1"}
|
|
453 | 476 | ,{"name": "VROverlayError_NoNeighbor","value": "27"}
|
454 | 477 | ,{"name": "VROverlayError_TooManyMaskPrimitives","value": "29"}
|
455 | 478 | ,{"name": "VROverlayError_BadMaskPrimitive","value": "30"}
|
| 479 | + ,{"name": "VROverlayError_TextureAlreadyLocked","value": "31"} |
| 480 | + ,{"name": "VROverlayError_TextureLockCapacityReached","value": "32"} |
| 481 | + ,{"name": "VROverlayError_TextureNotLocked","value": "33"} |
456 | 482 | ]}
|
457 | 483 | , {"enumname": "vr::EVRApplicationType","values": [
|
458 | 484 | {"name": "VRApplication_Other","value": "0"}
|
|
636 | 662 | ,{"name": "VRApplicationProperty_NewsURL_String","value": "51"}
|
637 | 663 | ,{"name": "VRApplicationProperty_ImagePath_String","value": "52"}
|
638 | 664 | ,{"name": "VRApplicationProperty_Source_String","value": "53"}
|
639 |
| - ,{"name": "VRApplicationProperty_ActionManifestPath_String","value": "54"} |
640 |
| - ,{"name": "VRApplicationProperty_ActionBindingPath_String","value": "55"} |
| 665 | + ,{"name": "VRApplicationProperty_ActionManifestURL_String","value": "54"} |
641 | 666 | ,{"name": "VRApplicationProperty_IsDashboardOverlay_Bool","value": "60"}
|
642 | 667 | ,{"name": "VRApplicationProperty_IsTemplate_Bool","value": "61"}
|
643 | 668 | ,{"name": "VRApplicationProperty_IsInstanced_Bool","value": "62"}
|
|
842 | 867 | "constname": "k_unInputValuePropertyTag","consttype": "const PropertyTypeTag_t", "constval": "33"}
|
843 | 868 | ,{
|
844 | 869 | "constname": "k_unWildcardPropertyTag","consttype": "const PropertyTypeTag_t", "constval": "34"}
|
| 870 | +,{ |
| 871 | + "constname": "k_unHapticVibrationPropertyTag","consttype": "const PropertyTypeTag_t", "constval": "35"} |
845 | 872 | ,{
|
846 | 873 | "constname": "k_unOpenVRInternalReserved_Start","consttype": "const PropertyTypeTag_t", "constval": "1000"}
|
847 | 874 | ,{
|
|
855 | 882 | ,{
|
856 | 883 | "constname": "k_unScreenshotHandleInvalid","consttype": "const uint32_t", "constval": "0"}
|
857 | 884 | ,{
|
858 |
| - "constname": "IVRSystem_Version","consttype": "const char *const", "constval": "IVRSystem_017"} |
| 885 | + "constname": "IVRSystem_Version","consttype": "const char *const", "constval": "IVRSystem_019"} |
859 | 886 | ,{
|
860 | 887 | "constname": "IVRExtendedDisplay_Version","consttype": "const char *const", "constval": "IVRExtendedDisplay_001"}
|
861 | 888 | ,{
|
|
883 | 910 | ,{
|
884 | 911 | "constname": "k_unMaxOverlayIntersectionMaskPrimitivesCount","consttype": "const uint32_t", "constval": "32"}
|
885 | 912 | ,{
|
886 |
| - "constname": "IVROverlay_Version","consttype": "const char *const", "constval": "IVROverlay_017"} |
| 913 | + "constname": "IVROverlay_Version","consttype": "const char *const", "constval": "IVROverlay_018"} |
887 | 914 | ,{
|
888 | 915 | "constname": "k_pch_Controller_Component_GDC2015","consttype": "const char *const", "constval": "gdc2015"}
|
889 | 916 | ,{
|
|
992 | 1019 | "constname": "k_pch_SteamVR_AllowSupersampleFiltering_Bool","consttype": "const char *const", "constval": "allowSupersampleFiltering"}
|
993 | 1020 | ,{
|
994 | 1021 | "constname": "k_pch_SteamVR_EnableLinuxVulkanAsync_Bool","consttype": "const char *const", "constval": "enableLinuxVulkanAsync"}
|
| 1022 | +,{ |
| 1023 | + "constname": "k_pch_SteamVR_AllowDisplayLockedMode_Bool","consttype": "const char *const", "constval": "allowDisplayLockedMode"} |
995 | 1024 | ,{
|
996 | 1025 | "constname": "k_pch_SteamVR_HaveStartedTutorialForNativeChaperoneDriver_Bool","consttype": "const char *const", "constval": "haveStartedTutorialForNativeChaperoneDriver"}
|
| 1026 | +,{ |
| 1027 | + "constname": "k_pch_SteamVR_ForceWindows32bitVRMonitor","consttype": "const char *const", "constval": "forceWindows32BitVRMonitor"} |
997 | 1028 | ,{
|
998 | 1029 | "constname": "k_pch_Lighthouse_Section","consttype": "const char *const", "constval": "driver_lighthouse"}
|
999 | 1030 | ,{
|
1000 | 1031 | "constname": "k_pch_Lighthouse_DisableIMU_Bool","consttype": "const char *const", "constval": "disableimu"}
|
| 1032 | +,{ |
| 1033 | + "constname": "k_pch_Lighthouse_DisableIMUExceptHMD_Bool","consttype": "const char *const", "constval": "disableimuexcepthmd"} |
1001 | 1034 | ,{
|
1002 | 1035 | "constname": "k_pch_Lighthouse_UseDisambiguation_String","consttype": "const char *const", "constval": "usedisambiguation"}
|
1003 | 1036 | ,{
|
|
1210 | 1243 | { "fieldname": "vMax", "fieldtype": "float"}]}
|
1211 | 1244 | ,{"struct": "vr::VRTextureWithPose_t","fields": [
|
1212 | 1245 | { "fieldname": "mDeviceToAbsoluteTracking", "fieldtype": "struct vr::HmdMatrix34_t"}]}
|
| 1246 | +,{"struct": "vr::VRTextureDepthInfo_t","fields": [ |
| 1247 | +{ "fieldname": "handle", "fieldtype": "void *"}, |
| 1248 | +{ "fieldname": "mProjection", "fieldtype": "struct vr::HmdMatrix44_t"}, |
| 1249 | +{ "fieldname": "vRange", "fieldtype": "struct vr::HmdVector2_t"}]} |
| 1250 | +,{"struct": "vr::VRTextureWithDepth_t","fields": [ |
| 1251 | +{ "fieldname": "depth", "fieldtype": "struct vr::VRTextureDepthInfo_t"}]} |
| 1252 | +,{"struct": "vr::VRTextureWithPoseAndDepth_t","fields": [ |
| 1253 | +{ "fieldname": "depth", "fieldtype": "struct vr::VRTextureDepthInfo_t"}]} |
1213 | 1254 | ,{"struct": "vr::VRVulkanTextureData_t","fields": [
|
1214 | 1255 | { "fieldname": "m_nImage", "fieldtype": "uint64_t"},
|
1215 | 1256 | { "fieldname": "m_pDevice", "fieldtype": "struct VkDevice_T *"},
|
|
1290 | 1331 | { "fieldname": "transformedX", "fieldtype": "float"},
|
1291 | 1332 | { "fieldname": "transformedY", "fieldtype": "float"},
|
1292 | 1333 | { "fieldname": "which", "fieldtype": "enum vr::EDualAnalogWhich"}]}
|
| 1334 | +,{"struct": "vr::VREvent_HapticVibration_t","fields": [ |
| 1335 | +{ "fieldname": "containerHandle", "fieldtype": "uint64_t"}, |
| 1336 | +{ "fieldname": "componentHandle", "fieldtype": "uint64_t"}, |
| 1337 | +{ "fieldname": "fDurationSeconds", "fieldtype": "float"}, |
| 1338 | +{ "fieldname": "fFrequency", "fieldtype": "float"}, |
| 1339 | +{ "fieldname": "fAmplitude", "fieldtype": "float"}]} |
1293 | 1340 | ,{"struct": "vr::(anonymous)","fields": [
|
1294 | 1341 | { "fieldname": "reserved", "fieldtype": "struct vr::VREvent_Reserved_t"},
|
1295 | 1342 | { "fieldname": "controller", "fieldtype": "struct vr::VREvent_Controller_t"},
|
|
1311 | 1358 | { "fieldname": "cameraSurface", "fieldtype": "struct vr::VREvent_EditingCameraSurface_t"},
|
1312 | 1359 | { "fieldname": "messageOverlay", "fieldtype": "struct vr::VREvent_MessageOverlay_t"},
|
1313 | 1360 | { "fieldname": "property", "fieldtype": "struct vr::VREvent_Property_t"},
|
1314 |
| -{ "fieldname": "dualAnalog", "fieldtype": "struct vr::VREvent_DualAnalog_t"}]} |
| 1361 | +{ "fieldname": "dualAnalog", "fieldtype": "struct vr::VREvent_DualAnalog_t"}, |
| 1362 | +{ "fieldname": "hapticVibration", "fieldtype": "struct vr::VREvent_HapticVibration_t"}]} |
1315 | 1363 | ,{"struct": "vr::VREvent_t","fields": [
|
1316 | 1364 | { "fieldname": "eventType", "fieldtype": "uint32_t"},
|
1317 | 1365 | { "fieldname": "trackedDeviceIndex", "fieldtype": "TrackedDeviceIndex_t"},
|
|
1696 | 1744 | { "paramname": "pError" ,"paramtype": "vr::ETrackedPropertyError *"}
|
1697 | 1745 | ]
|
1698 | 1746 | }
|
| 1747 | +,{ |
| 1748 | + "classname": "vr::IVRSystem", |
| 1749 | + "methodname": "GetArrayTrackedDeviceProperty", |
| 1750 | + "returntype": "uint32_t", |
| 1751 | + "params": [ |
| 1752 | +{ "paramname": "unDeviceIndex" ,"paramtype": "vr::TrackedDeviceIndex_t"}, |
| 1753 | +{ "paramname": "prop" ,"paramtype": "vr::ETrackedDeviceProperty"}, |
| 1754 | +{ "paramname": "propType" ,"paramtype": "vr::PropertyTypeTag_t"}, |
| 1755 | +{ "paramname": "pBuffer" ,"paramtype": "void *"}, |
| 1756 | +{ "paramname": "unBufferSize" ,"paramtype": "uint32_t"}, |
| 1757 | +{ "paramname": "pError" ,"paramtype": "vr::ETrackedPropertyError *"} |
| 1758 | + ] |
| 1759 | +} |
1699 | 1760 | ,{
|
1700 | 1761 | "classname": "vr::IVRSystem",
|
1701 | 1762 | "methodname": "GetStringTrackedDeviceProperty",
|
|
1803 | 1864 | }
|
1804 | 1865 | ,{
|
1805 | 1866 | "classname": "vr::IVRSystem",
|
1806 |
| - "methodname": "CaptureInputFocus", |
| 1867 | + "methodname": "IsInputAvailable", |
1807 | 1868 | "returntype": "bool"
|
1808 | 1869 | }
|
1809 | 1870 | ,{
|
1810 | 1871 | "classname": "vr::IVRSystem",
|
1811 |
| - "methodname": "ReleaseInputFocus", |
1812 |
| - "returntype": "void" |
| 1872 | + "methodname": "IsSteamVRDrawingControllers", |
| 1873 | + "returntype": "bool" |
| 1874 | +} |
| 1875 | +,{ |
| 1876 | + "classname": "vr::IVRSystem", |
| 1877 | + "methodname": "ShouldApplicationPause", |
| 1878 | + "returntype": "bool" |
1813 | 1879 | }
|
1814 | 1880 | ,{
|
1815 | 1881 | "classname": "vr::IVRSystem",
|
1816 |
| - "methodname": "IsInputFocusCapturedByAnotherProcess", |
| 1882 | + "methodname": "ShouldApplicationReduceRenderingWork", |
1817 | 1883 | "returntype": "bool"
|
1818 | 1884 | }
|
1819 | 1885 | ,{
|
|
1823 | 1889 | "params": [
|
1824 | 1890 | { "paramname": "unDeviceIndex" ,"paramtype": "vr::TrackedDeviceIndex_t"},
|
1825 | 1891 | { "paramname": "pchRequest" ,"paramtype": "const char *"},
|
1826 |
| -{ "paramname": "pchResponseBuffer" ,"paramtype": "char *"}, |
| 1892 | +{ "paramname": "pchResponseBuffer" ,"out_string": " " ,"paramtype": "char *"}, |
1827 | 1893 | { "paramname": "unResponseBufferSize" ,"paramtype": "uint32_t"}
|
1828 | 1894 | ]
|
1829 | 1895 | }
|
|
2051 | 2117 | "returntype": "vr::EVRApplicationError",
|
2052 | 2118 | "params": [
|
2053 | 2119 | { "paramname": "unProcessId" ,"paramtype": "uint32_t"},
|
2054 |
| -{ "paramname": "pchAppKeyBuffer" ,"paramtype": "char *"}, |
| 2120 | +{ "paramname": "pchAppKeyBuffer" ,"out_string": " " ,"paramtype": "char *"}, |
2055 | 2121 | { "paramname": "unAppKeyBufferLen" ,"paramtype": "uint32_t"}
|
2056 | 2122 | ]
|
2057 | 2123 | }
|
|
2188 | 2254 | "returntype": "bool",
|
2189 | 2255 | "params": [
|
2190 | 2256 | { "paramname": "pchMimeType" ,"paramtype": "const char *"},
|
2191 |
| -{ "paramname": "pchAppKeyBuffer" ,"paramtype": "char *"}, |
| 2257 | +{ "paramname": "pchAppKeyBuffer" ,"out_string": " " ,"paramtype": "char *"}, |
2192 | 2258 | { "paramname": "unAppKeyBufferLen" ,"paramtype": "uint32_t"}
|
2193 | 2259 | ]
|
2194 | 2260 | }
|
|
2198 | 2264 | "returntype": "bool",
|
2199 | 2265 | "params": [
|
2200 | 2266 | { "paramname": "pchAppKey" ,"paramtype": "const char *"},
|
2201 |
| -{ "paramname": "pchMimeTypesBuffer" ,"paramtype": "char *"}, |
| 2267 | +{ "paramname": "pchMimeTypesBuffer" ,"out_string": " " ,"paramtype": "char *"}, |
2202 | 2268 | { "paramname": "unMimeTypesBuffer" ,"paramtype": "uint32_t"}
|
2203 | 2269 | ]
|
2204 | 2270 | }
|
|
2208 | 2274 | "returntype": "uint32_t",
|
2209 | 2275 | "params": [
|
2210 | 2276 | { "paramname": "pchMimeType" ,"paramtype": "const char *"},
|
2211 |
| -{ "paramname": "pchAppKeysThatSupportBuffer" ,"paramtype": "char *"}, |
| 2277 | +{ "paramname": "pchAppKeysThatSupportBuffer" ,"out_string": " " ,"paramtype": "char *"}, |
2212 | 2278 | { "paramname": "unAppKeysThatSupportBuffer" ,"paramtype": "uint32_t"}
|
2213 | 2279 | ]
|
2214 | 2280 | }
|
|
2218 | 2284 | "returntype": "uint32_t",
|
2219 | 2285 | "params": [
|
2220 | 2286 | { "paramname": "unHandle" ,"paramtype": "uint32_t"},
|
2221 |
| -{ "paramname": "pchArgs" ,"paramtype": "char *"}, |
| 2287 | +{ "paramname": "pchArgs" ,"out_string": " " ,"paramtype": "char *"}, |
2222 | 2288 | { "paramname": "unArgs" ,"paramtype": "uint32_t"}
|
2223 | 2289 | ]
|
2224 | 2290 | }
|
|
2227 | 2293 | "methodname": "GetStartingApplication",
|
2228 | 2294 | "returntype": "vr::EVRApplicationError",
|
2229 | 2295 | "params": [
|
2230 |
| -{ "paramname": "pchAppKeyBuffer" ,"paramtype": "char *"}, |
| 2296 | +{ "paramname": "pchAppKeyBuffer" ,"out_string": " " ,"paramtype": "char *"}, |
2231 | 2297 | { "paramname": "unAppKeyBufferLen" ,"paramtype": "uint32_t"}
|
2232 | 2298 | ]
|
2233 | 2299 | }
|
|
3096 | 3162 | "returntype": "uint32_t",
|
3097 | 3163 | "params": [
|
3098 | 3164 | { "paramname": "ulOverlayHandle" ,"paramtype": "vr::VROverlayHandle_t"},
|
3099 |
| -{ "paramname": "pchValue" ,"paramtype": "char *"}, |
| 3165 | +{ "paramname": "pchValue" ,"out_string": " " ,"paramtype": "char *"}, |
3100 | 3166 | { "paramname": "unBufferSize" ,"paramtype": "uint32_t"},
|
3101 | 3167 | { "paramname": "pColor" ,"paramtype": "struct vr::HmdColor_t *"},
|
3102 | 3168 | { "paramname": "pError" ,"paramtype": "vr::EVROverlayError *"}
|
|
3178 | 3244 | "params": [
|
3179 | 3245 | { "paramname": "ulOverlayHandle" ,"paramtype": "vr::VROverlayHandle_t"},
|
3180 | 3246 | { "paramname": "punDeviceIndex" ,"paramtype": "vr::TrackedDeviceIndex_t *"},
|
3181 |
| -{ "paramname": "pchComponentName" ,"paramtype": "char *"}, |
| 3247 | +{ "paramname": "pchComponentName" ,"out_string": " " ,"paramtype": "char *"}, |
3182 | 3248 | { "paramname": "unComponentNameSize" ,"paramtype": "uint32_t"}
|
3183 | 3249 | ]
|
3184 | 3250 | }
|
|
3293 | 3359 | { "paramname": "pResults" ,"paramtype": "struct vr::VROverlayIntersectionResults_t *"}
|
3294 | 3360 | ]
|
3295 | 3361 | }
|
3296 |
| -,{ |
3297 |
| - "classname": "vr::IVROverlay", |
3298 |
| - "methodname": "HandleControllerOverlayInteractionAsMouse", |
3299 |
| - "returntype": "bool", |
3300 |
| - "params": [ |
3301 |
| -{ "paramname": "ulOverlayHandle" ,"paramtype": "vr::VROverlayHandle_t"}, |
3302 |
| -{ "paramname": "unControllerDeviceIndex" ,"paramtype": "vr::TrackedDeviceIndex_t"} |
3303 |
| - ] |
3304 |
| -} |
3305 | 3362 | ,{
|
3306 | 3363 | "classname": "vr::IVROverlay",
|
3307 | 3364 | "methodname": "IsHoverTargetOverlay",
|
|
3989 | 4046 | "params": [
|
3990 | 4047 | { "paramname": "pchResourceName" ,"paramtype": "const char *"},
|
3991 | 4048 | { "paramname": "pchResourceTypeDirectory" ,"paramtype": "const char *"},
|
3992 |
| -{ "paramname": "pchPathBuffer" ,"paramtype": "char *"}, |
| 4049 | +{ "paramname": "pchPathBuffer" ,"out_string": " " ,"paramtype": "char *"}, |
3993 | 4050 | { "paramname": "unBufferLen" ,"paramtype": "uint32_t"}
|
3994 | 4051 | ]
|
3995 | 4052 | }
|
|
0 commit comments