diff options
| author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-03-14 16:30:16 +0200 |
|---|---|---|
| committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-03-14 17:16:09 +0200 |
| commit | bd3ef8a0ed609e07cf85e98b0410680243dab76f (patch) | |
| tree | 2b9f15eb46f4e9b4ee92568d0fc19e1e55ca4ed2 /indra/llwindow/llkeyboard.h | |
| parent | 10e9e3ca1be2f424c4efd87d3193a0755525d430 (diff) | |
SL-16845 PTT Mic doesn't close when leaving window and releasing key
Diffstat (limited to 'indra/llwindow/llkeyboard.h')
| -rw-r--r-- | indra/llwindow/llkeyboard.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/llwindow/llkeyboard.h b/indra/llwindow/llkeyboard.h index 36bd8bcbed..fb1ae10f50 100644 --- a/indra/llwindow/llkeyboard.h +++ b/indra/llwindow/llkeyboard.h @@ -58,7 +58,8 @@ public: LLKeyboard(); virtual ~LLKeyboard(); - void resetKeys(); + void resetKeyDownAndHandle(); + void resetKeys(); F32 getCurKeyElapsedTime() { return getKeyDown(mCurScanKey) ? getKeyElapsedTime( mCurScanKey ) : 0.f; } |
