diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2021-04-22 00:28:45 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2021-04-22 00:30:26 +0300 |
commit | b391e7f93f008b6f3c30c9bfb9ac0cd93de1a6c2 (patch) | |
tree | 12befeca96fa26425efa1893d155a83be03c29e1 /indra/llwindow/llwindowwin32.h | |
parent | 167e45e309ebeaccb346b8ca05884b8e10bf05eb (diff) |
SL-14977 Extended AltGr to cover oem symbols
Typing '}' via 'altgr+=' into a script makes the viewer to derender particles
Diffstat (limited to 'indra/llwindow/llwindowwin32.h')
-rw-r--r-- | indra/llwindow/llwindowwin32.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/llwindow/llwindowwin32.h b/indra/llwindow/llwindowwin32.h index ee0df570e9..dc576687e5 100644 --- a/indra/llwindow/llwindowwin32.h +++ b/indra/llwindow/llwindowwin32.h @@ -119,6 +119,9 @@ public: /*virtual*/ void* getDirectInput8(); /*virtual*/ bool getInputDevices(U32 device_type_filter, void * di8_devices_callback, void* userdata); + + U32 getRawWParam() { return mRawWParam; } + protected: LLWindowWin32(LLWindowCallbacks* callbacks, const std::string& title, const std::string& name, int x, int y, int width, int height, U32 flags, |