k_nActionSetOverlayGlobalPriorityMin

* Experimental global action set priority * These constants are part of the experimental support in SteamVR for overlay apps selectively overriding input in the base scene application. This may be useful for overlay applications that need to use part or all of a controller without taking away all input to the game. This system must be enabled by the "Experimental overlay input overrides" setting in the developer section of SteamVR settings.

To use this system, set the nPriority field of an action set to any number in this range.

extern (C++, vr)
enum int k_nActionSetOverlayGlobalPriorityMin;

Meta