ValveSoftware / openvr

OpenVR SDK
http://steamvr.com
BSD 3-Clause "New" or "Revised" License
6.14k stars 1.28k forks source link

Query current ActionManifestPath #1860

Open asuessenbach opened 4 months ago

asuessenbach commented 4 months ago

Hi guys,

with some vr::VRApplication_Background, I'ld like to log the actions of the current application. To do that I think I would need to know the active action set, that is, I'd need the ActionManifestPath, that's supposed to hold all that information.

That is, is there a way to get that information?

Or, maybe even better, is there some callback mechanism available that would be called on each action?