diff options
author | callum_linden <none@none> | 2015-07-15 02:27:33 +0100 |
---|---|---|
committer | callum_linden <none@none> | 2015-07-15 02:27:33 +0100 |
commit | 83a9ae7b3c66e87179362f0da9fa7a378b1527e2 (patch) | |
tree | 06f185396e03113d643d2c6d96431d3cf25a5493 /indra/llwindow/llwindowwin32.h | |
parent | a5f1226f248c4d32f7ea84967e3e2f3acc0e0698 (diff) |
New keyboard code for windows that uses system messages directly and works ok. Points to new LLCEFLib
Diffstat (limited to 'indra/llwindow/llwindowwin32.h')
-rwxr-xr-x | 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 2ca8d48fc7..376bef3e50 100755 --- a/indra/llwindow/llwindowwin32.h +++ b/indra/llwindow/llwindowwin32.h @@ -208,6 +208,9 @@ protected: U32 mKeyCharCode; U32 mKeyScanCode; U32 mKeyVirtualKey; + U32 mRawMsg; + U32 mRawWParam; + U32 mRawLParam; friend class LLWindowManager; }; |