Change mouse-panning to right-click.
This commit is contained in:
@@ -561,7 +561,7 @@ void FractalInspectorApp::OnMouseButtonDown(const ReWindow::MouseButtonDownEvent
|
||||
if (scene->ObserveMouseInput(btn, true))
|
||||
return;
|
||||
|
||||
if (btn == JUI::MouseButton::Left)
|
||||
if (btn == JUI::MouseButton::Right)
|
||||
panning = true;
|
||||
|
||||
|
||||
@@ -581,7 +581,7 @@ void FractalInspectorApp::OnMouseButtonUp(const ReWindow::MouseButtonUpEvent &e)
|
||||
if (scene->ObserveMouseInput(btn, false))
|
||||
return;
|
||||
|
||||
if (btn == JUI::MouseButton::Left)
|
||||
if (btn == JUI::MouseButton::Right)
|
||||
panning = false;
|
||||
|
||||
/*if (e.Button == MouseButtons::Left)
|
||||
|
Reference in New Issue
Block a user