Merge with siana/future
This commit is contained in:
@@ -50,6 +50,7 @@
|
||||
#include "llstat.h"
|
||||
#include "llmousehandler.h"
|
||||
#include "llalertdialog.h"
|
||||
#include "llmousehandler.h"
|
||||
#include "llnotifications.h"
|
||||
|
||||
class LLView;
|
||||
@@ -152,6 +153,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); // NOT going to handle extended
|
||||
/*virtual*/ BOOL handleAnyMouseClick(LLWindow *window, LLCoordGL pos, MASK mask, LLMouseHandler::EClickType clicktype, BOOL down);
|
||||
/*virtual*/ BOOL handleMouseDown(LLWindow *window, LLCoordGL pos, MASK mask);
|
||||
/*virtual*/ BOOL handleMouseUp(LLWindow *window, LLCoordGL pos, MASK mask);
|
||||
/*virtual*/ BOOL handleCloseRequest(LLWindow *window);
|
||||
@@ -229,6 +231,7 @@ public:
|
||||
LLCoordGL getCurrentMouseDelta() const { return mCurrentMouseDelta; }
|
||||
LLStat * getMouseVelocityStat() { return &mMouseVelocityStat; }
|
||||
BOOL getLeftMouseDown() const { return mLeftMouseDown; }
|
||||
BOOL getMiddleMouseDown() const { return mMiddleMouseDown; }
|
||||
BOOL getRightMouseDown() const { return mRightMouseDown; }
|
||||
|
||||
const LLPickInfo& getLastPick() const { return mLastPick; }
|
||||
@@ -405,6 +408,7 @@ protected:
|
||||
LLCoordGL mCurrentMouseDelta; //amount mouse moved this frame
|
||||
LLStat mMouseVelocityStat;
|
||||
BOOL mLeftMouseDown;
|
||||
BOOL mMiddleMouseDown;
|
||||
BOOL mRightMouseDown;
|
||||
|
||||
LLProgressView *mProgressView;
|
||||
|
||||
Reference in New Issue
Block a user