no message

This commit is contained in:
lunaticbum 2024-11-18 18:08:25 +09:00
parent fc5f17018a
commit 01903c15f2

View File

@ -77,7 +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")