Exemplo n.º 1
0
 public static void queueEvent(this GLSurfaceView that, Action h)
 {
     that.queueEvent(
         new queueEvent_Handler {
         h = h
     }
         );
 }