diff options
author | andreykproductengine <andreykproductengine@lindenlab.com> | 2019-07-18 18:37:45 +0300 |
---|---|---|
committer | andreykproductengine <andreykproductengine@lindenlab.com> | 2019-07-18 18:37:45 +0300 |
commit | ba2429163af92b510d26444bb33f9f9d941c6dda (patch) | |
tree | ee8165eacc221486fe66651edf5478d80a6885c0 /indra/llwindow/llmousehandler.h | |
parent | e9a9f71e563f236eabf5dca980913bcbb6f36a94 (diff) |
SL-11592 [Win] Ability to bind extra mouse buttons for push to talk
Diffstat (limited to 'indra/llwindow/llmousehandler.h')
-rw-r--r-- | indra/llwindow/llmousehandler.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llwindow/llmousehandler.h b/indra/llwindow/llmousehandler.h index d825a3424c..8e6fbdb4e3 100644 --- a/indra/llwindow/llmousehandler.h +++ b/indra/llwindow/llmousehandler.h @@ -50,6 +50,8 @@ public: CLICK_LEFT, CLICK_MIDDLE, CLICK_RIGHT, + CLICK_BUTTON4, + CLICK_BUTTON5, CLICK_DOUBLELEFT } EClickType; |