Example #1
0
 static int ActiveTouch(IntPtr L)
 {
     try
     {
         ToLua.CheckArgsCount(L, 1);
         UISys obj = (UISys)ToLua.CheckObject(L, 1, typeof(UISys));
         obj.ActiveTouch();
         return(0);
     }
     catch (Exception e)
     {
         return(LuaDLL.toluaL_exception(L, e));
     }
 }