示例#1
0
文件: Adaptor.cs 项目: yl33/TizenFX
 internal void FeedTouchPoint(TouchPoint point, int timeStamp)
 {
     NDalicManualPINVOKE.Adaptor_FeedTouchPoint(swigCPtr, TouchPoint.getCPtr(point), timeStamp);
     if (NDalicPINVOKE.SWIGPendingException.Pending)
     {
         throw NDalicPINVOKE.SWIGPendingException.Retrieve();
     }
 }