Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

scroll sensitivity option #487

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft

scroll sensitivity option #487

wants to merge 2 commits into from

Conversation

LSNinyo
Copy link

@LSNinyo LSNinyo commented Aug 31, 2023

No description provided.

Comment on lines +1768 to +1776
// public boolean setScrollSensitivity(int sensitivity) {
// try {
// InputHandlerDirectSwipePan swipePan = (InputHandlerDirectSwipePan)inputHandler;
// swipePan.setScrollSensitivity(sensitivity);
// return true;
// } catch (ClassCastException e) {
// return false;
// }
// }
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do we need this commented out section?

this.activity = activity;
this.canvas = canvas;
this.pointer = pointer;
this.debugLogging = debugLogging;
this.maxSwipeSpeed = swipeSpeed;
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think we need this variable at all anymore, do we?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants