Ejemplo n.º 1
0
 private void Send(bool is_touch)
 {
     if (touched != is_touch)
     {
         touched = is_touch;
         if (materialInfo != null)
         {
             materialInfo.Send(is_touch, parentButton, itemName, parentScroll);
         }
     }
 }