summaryrefslogtreecommitdiff
path: root/indra/llwindow/llwindowwin32.h
diff options
context:
space:
mode:
authorAndreyL ProductEngine <alihatskiy@productengine.com>2015-12-22 17:59:01 +0200
committerAndreyL ProductEngine <alihatskiy@productengine.com>2015-12-22 17:59:01 +0200
commitb095e2c985680660d61a99e8dbac78d9113b9870 (patch)
tree171d31162fcb58f05c440de7ae383c7a88819a43 /indra/llwindow/llwindowwin32.h
parent49fa9b5515e708083c85aaa2b1b522bc266944c4 (diff)
parent60dfd55edaa5df0cb864dc5086037bc5625bc0be (diff)
Merge
Diffstat (limited to 'indra/llwindow/llwindowwin32.h')
-rwxr-xr-xindra/llwindow/llwindowwin32.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/indra/llwindow/llwindowwin32.h b/indra/llwindow/llwindowwin32.h
index 2ca8d48fc7..1a775eadaf 100755
--- a/indra/llwindow/llwindowwin32.h
+++ b/indra/llwindow/llwindowwin32.h
@@ -126,7 +126,7 @@ protected:
HCURSOR loadColorCursor(LPCTSTR name);
BOOL isValid();
void moveWindow(const LLCoordScreen& position,const LLCoordScreen& size);
- LLSD getNativeKeyData();
+ virtual LLSD getNativeKeyData();
// Changes display resolution. Returns true if successful
BOOL setDisplayResolution(S32 width, S32 height, S32 bits, S32 refresh);
@@ -208,6 +208,9 @@ protected:
U32 mKeyCharCode;
U32 mKeyScanCode;
U32 mKeyVirtualKey;
+ U32 mRawMsg;
+ U32 mRawWParam;
+ U32 mRawLParam;
friend class LLWindowManager;
};