e
This commit is contained in:
@@ -447,7 +447,6 @@ void FractalInspectorApp::Update(float elapsed) {
|
||||
ZoomIn(rate);
|
||||
|
||||
|
||||
|
||||
if (IsKeyDown(Keys::DownArrow))
|
||||
u_translation.y += rate;
|
||||
if (IsKeyDown(Keys::UpArrow))
|
||||
@@ -561,7 +560,7 @@ void FractalInspectorApp::OnMouseButtonDown(const ReWindow::MouseButtonDownEvent
|
||||
if (scene->ObserveMouseInput(btn, true))
|
||||
return;
|
||||
|
||||
if (btn == JUI::MouseButton::Right)
|
||||
if (btn == JUI::MouseButton::Left)
|
||||
panning = true;
|
||||
|
||||
|
||||
@@ -581,7 +580,7 @@ void FractalInspectorApp::OnMouseButtonUp(const ReWindow::MouseButtonUpEvent &e)
|
||||
if (scene->ObserveMouseInput(btn, false))
|
||||
return;
|
||||
|
||||
if (btn == JUI::MouseButton::Right)
|
||||
if (btn == JUI::MouseButton::Left)
|
||||
panning = false;
|
||||
|
||||
/*if (e.Button == MouseButtons::Left)
|
||||
|
Reference in New Issue
Block a user