所以我试图用javascript制作这个HTML游戏但是如果我按住键超过一秒钟,头部会继续移动一点。 当我从箭头键上移开手指时,我怎么能这样做呢?
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@android:color/holo_red_light">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/disclaimer"
android:text="landscape mode is missing some features." />
</FrameLayout>