// Update is called once per frame
 void Update()
 {
     CharacterGestures.SetGestures(GestureRight, GestureLeft, GestureSpeed);
 }