コード例 #1
0
 void onLongPress(int type)
 {
     if (Mibo.onLongPress != null)
     {
         Mibo.onLongPress((TouchEventType)type);
     }
 }