Skip to content

Instantly share code, notes, and snippets.

@o4oren
Created May 2, 2020 16:33
Show Gist options
  • Select an option

  • Save o4oren/df31c31080b5712bfa13b3958e54b681 to your computer and use it in GitHub Desktop.

Select an option

Save o4oren/df31c31080b5712bfa13b3958e54b681 to your computer and use it in GitHub Desktop.
onRotate interface
interface RotaryKnobListener {
fun onRotate(value: Int)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment