diff options
author | Geenz <geenz@geenzo.com> | 2013-02-22 16:41:49 -0500 |
---|---|---|
committer | Geenz <geenz@geenzo.com> | 2013-02-22 16:41:49 -0500 |
commit | 4a935b68151f9d6951a1d1312a3437a8e8150f41 (patch) | |
tree | d9d4967eb7e72eb896952b1f5aba7568b28ea685 /indra/llwindow/llkeyboardmacosx.h | |
parent | e17d69d1d16c607aa304936ebf2ab151684f9c76 (diff) |
Fix inconsistent handling of Control, Alt, and Shift keys through a new modifier update callback.
Diffstat (limited to 'indra/llwindow/llkeyboardmacosx.h')
-rw-r--r-- | indra/llwindow/llkeyboardmacosx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llwindow/llkeyboardmacosx.h b/indra/llwindow/llkeyboardmacosx.h index 6e1f4d3b96..f9d014ab70 100644 --- a/indra/llwindow/llkeyboardmacosx.h +++ b/indra/llwindow/llkeyboardmacosx.h @@ -49,6 +49,7 @@ public: /*virtual*/ void resetMaskKeys(); /*virtual*/ MASK currentMask(BOOL for_mouse_event); /*virtual*/ void scanKeyboard(); + /*virtual*/ void handleModifier(MASK mask); protected: MASK updateModifiers(const U32 mask); |