diff options
| author | Erik Kundiman <erik@megapahit.org> | 2024-02-22 08:38:12 +0800 |
|---|---|---|
| committer | Erik Kundiman <erik@megapahit.org> | 2024-02-22 08:38:12 +0800 |
| commit | 60592ae0d7a98e071e516fcac70c5bf1427f20be (patch) | |
| tree | 270a0d44f14634f7519ba222bee6203d7ed4c6e8 /indra/llwindow/llwindowcallbacks.h | |
| parent | 15e0231006838044b0315c19ed6a1b67a1da8e75 (diff) | |
IME composition is now replaced by the result
instead of being printed alongside.
For now, it always gets reset from the start after pressing Return,
which is to be fixed next.
Diffstat (limited to 'indra/llwindow/llwindowcallbacks.h')
| -rw-r--r-- | indra/llwindow/llwindowcallbacks.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llwindow/llwindowcallbacks.h b/indra/llwindow/llwindowcallbacks.h index 2a9fcf402a..22a5a9e891 100644 --- a/indra/llwindow/llwindowcallbacks.h +++ b/indra/llwindow/llwindowcallbacks.h @@ -37,7 +37,7 @@ public: virtual BOOL handleTranslatedKeyUp(KEY key, MASK mask); virtual void handleScanKey(KEY key, BOOL key_down, BOOL key_up, BOOL key_level); virtual BOOL handleUnicodeChar(llwchar uni_char, MASK mask); - virtual BOOL handleUnicodeString(char *uni_str); + virtual BOOL handleUnicodeString(char *uni_str, bool editing); virtual BOOL handleMouseDown(LLWindow *window, LLCoordGL pos, MASK mask); virtual BOOL handleMouseUp(LLWindow *window, LLCoordGL pos, MASK mask); |
