当我释放箭头键时,JS图像不会停止

时间:2016-02-22 22:31:32

标签: javascript html

所以我试图用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>

0 个答案:

没有答案