示例#1
0
 public void _fireInputEvent(Event arg0, uint windowID)
 {
     BitesPINVOKE.ApplicationContextBase__fireInputEvent(swigCPtr, Event.getCPtr(arg0), windowID);
     if (BitesPINVOKE.SWIGPendingException.Pending)
     {
         throw BitesPINVOKE.SWIGPendingException.Retrieve();
     }
 }