From 32dcadc20903a820996e83e61c719da3cb359261 Mon Sep 17 00:00:00 2001 From: Charles Lohr Date: Mon, 7 Aug 2023 13:35:18 -0800 Subject: [PATCH] [openvr-docs] Remove incorrect note about watchdog mode being deprecated. Integreate CL #8245927 (via CL #8245961) [git-p4: depot-paths = "//vr/steamvr/sdk_release/": change = 8245999] --- docs/Driver_API_Documentation.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/Driver_API_Documentation.md b/docs/Driver_API_Documentation.md index bf9a2989..0c5b7af0 100644 --- a/docs/Driver_API_Documentation.md +++ b/docs/Driver_API_Documentation.md @@ -1730,8 +1730,6 @@ like a `printf` function. ## IVRWatchdogProvider -### The watchdog interface is deprecated and should no longer be used for new projects. - `IVRWatchdogProvider` provides an interface that is loaded into `steam.exe` to receive driver-defined events that should wake the runtime. For example, this could be turning on controllers, or putting the HMD on.