summaryrefslogtreecommitdiff
path: root/indra/llwindow/llwindowwin32.h
diff options
context:
space:
mode:
authorcallum_linden <none@none>2015-07-15 02:27:33 +0100
committercallum_linden <none@none>2015-07-15 02:27:33 +0100
commit83a9ae7b3c66e87179362f0da9fa7a378b1527e2 (patch)
tree06f185396e03113d643d2c6d96431d3cf25a5493 /indra/llwindow/llwindowwin32.h
parenta5f1226f248c4d32f7ea84967e3e2f3acc0e0698 (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-xindra/llwindow/llwindowwin32.h3
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;
};