summaryrefslogtreecommitdiff
path: root/indra/llwindow/llkeyboardheadless.cpp
diff options
context:
space:
mode:
authorErik Kundiman <erik@megapahit.org>2024-06-29 09:12:41 +0800
committerErik Kundiman <erik@megapahit.org>2024-06-29 09:12:41 +0800
commit6814c077701786f9d69e9f5c0f78ed496a3122cf (patch)
treefb6f1fa4ef0209d35ad59716a3ef662d154a9382 /indra/llwindow/llkeyboardheadless.cpp
parentca326b431874c4ed2d958785930950ecbe58b15f (diff)
parent095bf053f148dac958158f6709303bf09fbcd719 (diff)
Merge branch 'main' into webrtc-voice
Diffstat (limited to 'indra/llwindow/llkeyboardheadless.cpp')
-rw-r--r--indra/llwindow/llkeyboardheadless.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llwindow/llkeyboardheadless.cpp b/indra/llwindow/llkeyboardheadless.cpp
index 3e81aff626..01ac26261b 100644
--- a/indra/llwindow/llkeyboardheadless.cpp
+++ b/indra/llwindow/llkeyboardheadless.cpp
@@ -35,11 +35,11 @@ void LLKeyboardHeadless::resetMaskKeys()
{ }
-BOOL LLKeyboardHeadless::handleKeyDown(const U32 key, const U32 mask)
+BOOL LLKeyboardHeadless::handleKeyDown(const U16 key, const U32 mask)
{ return FALSE; }
-BOOL LLKeyboardHeadless::handleKeyUp(const U32 key, const U32 mask)
+BOOL LLKeyboardHeadless::handleKeyUp(const U16 key, const U32 mask)
{ return FALSE; }
MASK LLKeyboardHeadless::currentMask(BOOL for_mouse_event)