I hope to : When i keeping pressed the Button , the player position.x+=1 ,until i released .
I tried some Button's signal to maked it ,but they are Instantaneous
func _process(delta): if $"../Button".pressed: position.x += 1