Input.repeat?(Input::LEFT)
# 光标右 if Input.repeat?(Input::RIGHT) end # 光标左 if Input.repeat?(Input::LEFT) end