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