Skip to content

Commit

Permalink
Restore onDown event processing
Browse files Browse the repository at this point in the history
  • Loading branch information
max-kammerer committed Sep 28, 2023
1 parent 067478a commit 5a1070c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@ open class NewTouchProcessor(val view: OrionScene, val activity: OrionViewerActi
nextState = State.UNDEFINED
}

/*override fun onDown(e: MotionEvent?): Boolean {
override fun onDown(e: MotionEvent): Boolean {
log("onDown")
return true
}*/
}

override fun onSingleTapConfirmed(e: MotionEvent): Boolean {
log("onSingleTapConfirmed")
Expand Down

0 comments on commit 5a1070c

Please sign in to comment.