X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=plugins%2Fdali-sharp%2Fsharp%2Finternal%2FPanGestureDetector.cs;h=5829a0181aa9c0c1c94722e7d89957ca92f5cd20;hp=0d7b5577cee032c2cc03d674a9b748dc8f3ca497;hb=318378db7fbb0bcfb08c3c603f54857d6f5c9639;hpb=665d92f07e3e06e1db65a473c6eb6869dc476c03 diff --git a/plugins/dali-sharp/sharp/internal/PanGestureDetector.cs b/plugins/dali-sharp/sharp/internal/PanGestureDetector.cs index 0d7b557..5829a01 100644 --- a/plugins/dali-sharp/sharp/internal/PanGestureDetector.cs +++ b/plugins/dali-sharp/sharp/internal/PanGestureDetector.cs @@ -30,7 +30,7 @@ using System; using System.Runtime.InteropServices; -public class PanGestureDetector : GestureDetector { +internal class PanGestureDetector : GestureDetector { private global::System.Runtime.InteropServices.HandleRef swigCPtr; internal PanGestureDetector(global::System.IntPtr cPtr, bool cMemoryOwn) : base(NDalicPINVOKE.PanGestureDetector_SWIGUpcast(cPtr), cMemoryOwn) { @@ -333,7 +333,7 @@ public static PanGestureDetector GetPanGestureDetectorFromPtr(global::System.Int return ret; } - public AngleThresholdPair GetAngle(uint index) { + internal AngleThresholdPair GetAngle(uint index) { AngleThresholdPair ret = new AngleThresholdPair(NDalicPINVOKE.PanGestureDetector_GetAngle(swigCPtr, index), true); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; @@ -418,7 +418,7 @@ public static PanGestureDetector GetPanGestureDetectorFromPtr(global::System.Int get { bool temp = false; - Dali.Object.GetProperty( swigCPtr, PanGestureDetector.Property.PANNING).Get( ref temp ); + Dali.Object.GetProperty( swigCPtr, PanGestureDetector.Property.PANNING).Get( out temp ); return temp; } }