Exemple #1
0
 public void SetViewpointPos(HEventType NewType, HPoint NewPoint, uint NewFlags)
 {
     HCSMVOPINVOKE.HEventInfo_SetViewpointPos(swigCPtr, (int)NewType, HPoint.getCPtr(NewPoint), NewFlags);
     if (HCSMVOPINVOKE.SWIGPendingException.Pending)
     {
         throw HCSMVOPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemple #2
0
 public void SetTimer(HEventType NewType, uint nIDEvent)
 {
     HCSMVOPINVOKE.HEventInfo_SetTimer(swigCPtr, (int)NewType, nIDEvent);
 }
Exemple #3
0
 public void SetKey(HEventType NewType, uint nChar, uint nRepCnt, uint NewFlags)
 {
     HCSMVOPINVOKE.HEventInfo_SetKey(swigCPtr, (int)NewType, nChar, nRepCnt, NewFlags);
 }
Exemple #4
0
 public void SetPoint(HEventType NewType, int x, int y, uint NewFlags)
 {
     HCSMVOPINVOKE.HEventInfo_SetPoint(swigCPtr, (int)NewType, x, y, NewFlags);
 }
Exemple #5
0
    public HEventType GetEventType()
    {
        HEventType ret = (HEventType)HCSMVOPINVOKE.HEventInfo_GetEventType(swigCPtr);

        return(ret);
    }
Exemple #6
0
 public void SetType(HEventType NewType)
 {
     HCSMVOPINVOKE.HEventInfo_SetType(swigCPtr, (int)NewType);
 }