From deb60f66d09fd1380dd4fa7093bc11f5bfb8b8d0 Mon Sep 17 00:00:00 2001 From: David Rowe Date: Tue, 10 Dec 2019 09:20:12 +1300 Subject: [PATCH] Update API status --- libraries/ui/src/OffscreenUi.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/libraries/ui/src/OffscreenUi.cpp b/libraries/ui/src/OffscreenUi.cpp index 1aa14cb9f8..34184057e0 100644 --- a/libraries/ui/src/OffscreenUi.cpp +++ b/libraries/ui/src/OffscreenUi.cpp @@ -35,7 +35,7 @@ /**jsdoc * The OffscreenFlags API enables gamepad joystick navigation of UI. * - *

This API no longer works.

+ *

This API currently has no effect and is not used.

* * @namespace OffscreenFlags * @@ -47,8 +47,6 @@ * doesn't. * @property {boolean} navigationFocusDisabled - true if UI joystick navigation focus is disabled, * false if it isn't. - * - * @deprecated This API is deprecated and will be removed. */ // Needs to match the constants in resources/qml/Global.js