Merge with siana/future
This commit is contained in:
@@ -127,6 +127,20 @@ BOOL LLTool::handleRightMouseUp(S32 x, S32 y, MASK mask)
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
BOOL LLTool::handleMiddleMouseDown(S32 x,S32 y,MASK mask)
|
||||
{
|
||||
// by default, didn't handle it
|
||||
// llinfos << "LLTool::handleMiddleMouseDown" << llendl;
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
BOOL LLTool::handleMiddleMouseUp(S32 x, S32 y, MASK mask)
|
||||
{
|
||||
// by default, didn't handle it
|
||||
// llinfos << "LLTool::handleMiddleMouseUp" << llendl;
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
BOOL LLTool::handleToolTip(S32 x, S32 y, std::string& msg, LLRect* sticky_rect_screen)
|
||||
{
|
||||
// by default, didn't handle it
|
||||
|
||||
Reference in New Issue
Block a user