alt click alternative to middle click (that doesn't break line snapping)
This commit is contained in:
parent
4be80a3c7c
commit
10c6c46e6f
@ -988,6 +988,8 @@ void GameView::OnMouseMove(int x, int y, int dx, int dy)
|
||||
|
||||
void GameView::OnMouseDown(int x, int y, unsigned button)
|
||||
{
|
||||
if(altBehaviour && !shiftBehaviour)
|
||||
button = BUTTON_MIDDLE;
|
||||
if(selectMode!=SelectNone)
|
||||
{
|
||||
if(button==BUTTON_LEFT)
|
||||
|
Reference in New Issue
Block a user