Ejemplo n.º 1
0
 /// <summary>
 /// Feeds a key event to the adaptor.
 /// </summary>
 /// <param name="keyEvent">The key event holding the key information.</param>
 /// <since_tizen> 4 </since_tizen>
 public void FeedKeyEvent(Key keyEvent)
 {
     NDalicManualPINVOKE.Adaptor_FeedKeyEvent(swigCPtr, Key.getCPtr(keyEvent));
     if (NDalicPINVOKE.SWIGPendingException.Pending)
     {
         throw NDalicPINVOKE.SWIGPendingException.Retrieve();
     }
 }