summaryrefslogtreecommitdiff
path: root/indra/llwindow/llwindowlistener.cpp
diff options
context:
space:
mode:
authorDon Kjer <don@lindenlab.com>2011-03-09 03:31:48 +0000
committerDon Kjer <don@lindenlab.com>2011-03-09 03:31:48 +0000
commit58b393bb1eb2ef15597803741fded4942f3dc647 (patch)
treeb6d572a496658c4d5c2051fb8e187b01a43c48fe /indra/llwindow/llwindowlistener.cpp
parent127c45dfbab4550ebd7074f131e3a7b844affea8 (diff)
Fix to LLWindow listener keyUp event. Fix to headless client scanKeyboard, allowing input from eventhost
Diffstat (limited to 'indra/llwindow/llwindowlistener.cpp')
-rw-r--r--indra/llwindow/llwindowlistener.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llwindow/llwindowlistener.cpp b/indra/llwindow/llwindowlistener.cpp
index 22cc12acee..59f4c89e34 100644
--- a/indra/llwindow/llwindowlistener.cpp
+++ b/indra/llwindow/llwindowlistener.cpp
@@ -100,7 +100,7 @@ void LLWindowListener::keyUp(LLSD const & evt)
}
// *TODO - figure out how to handle the mask
- mKeyboard->handleTranslatedKeyDown(keycode, 0);
+ mKeyboard->handleTranslatedKeyUp(keycode, 0);
}
void LLWindowListener::mouseDown(LLSD const & evt)