Exemplo n.º 1
0
 static public int GetDown(IntPtr l)
 {
     try {
         UIKeyNavigation self = (UIKeyNavigation)checkSelf(l);
         var             ret  = self.GetDown();
         pushValue(l, true);
         pushValue(l, ret);
         return(2);
     }
     catch (Exception e) {
         return(error(l, e));
     }
 }