diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-12-20 17:44:08 +0200 |
---|---|---|
committer | akleshchev <117672381+akleshchev@users.noreply.github.com> | 2023-10-23 15:26:19 +0300 |
commit | 453a4a13f87d5cbfa6150a4f76f9e976692b54e6 (patch) | |
tree | 9f8fca6832b9115da0771a8203ba4324716c5931 /indra/llwindow/llwindowwin32.cpp | |
parent | 9b27b6e5098aee7a050d4c3f3f14050c509f74ec (diff) |
SL-13610 [MAC] WIP enable initing devices by local id
Diffstat (limited to 'indra/llwindow/llwindowwin32.cpp')
-rw-r--r-- | indra/llwindow/llwindowwin32.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llwindow/llwindowwin32.cpp b/indra/llwindow/llwindowwin32.cpp index b959c03406..3c7922648b 100644 --- a/indra/llwindow/llwindowwin32.cpp +++ b/indra/llwindow/llwindowwin32.cpp @@ -4496,7 +4496,7 @@ void* LLWindowWin32::getDirectInput8() } bool LLWindowWin32::getInputDevices(U32 device_type_filter - std::function<void(std::string&, LLSD::Binary&, void*)> osx_callback, + std::function<bool(std::string&, LLSD::Binary&, void*)> osx_callback, void * di8_devices_callback, void* userdata) { |