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

[FEATURE] Add a configurable interval parameter #2

Closed
artur-ios-dev opened this issue Jun 18, 2019 · 0 comments · Fixed by #8
Closed

[FEATURE] Add a configurable interval parameter #2

artur-ios-dev opened this issue Jun 18, 2019 · 0 comments · Fixed by #8
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@artur-ios-dev
Copy link
Owner

artur-ios-dev commented Jun 18, 2019

It should be possible to pass a Duration parameter which will indicate how often the events are registered (callback is called).

Acceptance criteria:

  • Add a final Duration interval to the JoystickView
  • _processGesture in the onPanUpdate callback should be called only when the last gesture was processed earlier than frequency's value
  • Proper documentation for the new method is written
@artur-ios-dev artur-ios-dev added enhancement New feature or request good first issue Good for newcomers labels Jun 18, 2019
@artur-ios-dev artur-ios-dev changed the title [FEATURE] Add a configurable frequency [FEATURE] Add a configurable interval parameter Jun 19, 2019
@artur-ios-dev artur-ios-dev self-assigned this Jun 19, 2019
artur-ios-dev added a commit that referenced this issue Jun 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant