Example #1
0
 public void Scroll(float distanceY)
 {
     // only process scrolling if we have an active prayer. (We won't if the prayers are still downloading)
     if (PrayerLayout != null)
     {
         PrayerLayout.Scroll(distanceY);
     }
 }