Exemplo n.º 1
0
 public void addInputListener(InputListener lis)
 {
     BitesPINVOKE.ApplicationContextBase_addInputListener__SWIG_1(swigCPtr, InputListener.getCPtr(lis));
     if (BitesPINVOKE.SWIGPendingException.Pending)
     {
         throw BitesPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 2
0
 public new void removeInputListener(InputListener lis)
 {
     BitesPINVOKE.ApplicationContext_removeInputListener__SWIG_1_0(swigCPtr, InputListener.getCPtr(lis));
     if (BitesPINVOKE.SWIGPendingException.Pending)
     {
         throw BitesPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 3
0
 public virtual void removeInputListener(SWIGTYPE_p_SDL_Window win, InputListener lis)
 {
     if (SwigDerivedClassHasMethod("removeInputListener", swigMethodTypes19))
     {
         BitesPINVOKE.ApplicationContextBase_removeInputListenerSwigExplicitApplicationContextBase__SWIG_0(swigCPtr, SWIGTYPE_p_SDL_Window.getCPtr(win), InputListener.getCPtr(lis));
     }
     else
     {
         BitesPINVOKE.ApplicationContextBase_removeInputListener__SWIG_0(swigCPtr, SWIGTYPE_p_SDL_Window.getCPtr(win), InputListener.getCPtr(lis));
     }
     if (BitesPINVOKE.SWIGPendingException.Pending)
     {
         throw BitesPINVOKE.SWIGPendingException.Retrieve();
     }
 }