public void BtnMoveVertical(float direction) { if (useable != null) { this.canMoveHorizontal = false; this.direction = direction; move = true; useable.UseAndroid(); } }