void onTap(int type)
 {
     if (Mibo.onTap != null)
     {
         Mibo.onTap((TouchEventType)type);
     }
 }