...
This commit is contained in:
@@ -77,6 +77,7 @@ open class Base : AppCompatActivity() {
|
||||
return true
|
||||
}
|
||||
MotionEvent.ACTION_BUTTON_RELEASE ->{
|
||||
|
||||
if (actionButtonPressY == ev.y) {
|
||||
if (actionButtonPressX.minus(ev.x ?: 0f) > 0f) {
|
||||
Blog.LOGE("Arrow Right Click")
|
||||
|
||||
Reference in New Issue
Block a user