diff options
Diffstat (limited to 'indra/llwindow/llgamecontrol.h')
-rw-r--r-- | indra/llwindow/llgamecontrol.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/llwindow/llgamecontrol.h b/indra/llwindow/llgamecontrol.h index d75aa3a018..9398fb7f66 100644 --- a/indra/llwindow/llgamecontrol.h +++ b/indra/llwindow/llgamecontrol.h @@ -255,6 +255,9 @@ public: friend class LLGameControllerManager; }; + static bool isEnabled(); + static void setEnabled(bool enabled); + static bool isInitialized(); static void init(const std::string& gamecontrollerdb_path, std::function<bool(const std::string&)> loadBoolean, |