X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;ds=sidebyside;f=plugins%2Fdali-swig%2Fexamples%2Fscroll-view.cs;h=834c4bd506650b3a5a4da3173bd313e327504515;hb=refs%2Fchanges%2F15%2F112215%2F14;hp=71e7ff03941911b840ba4af71ecb2de1add06bcb;hpb=139f1932acd42bbc9ad3c89c86d4f500052e1ef1;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/plugins/dali-swig/examples/scroll-view.cs b/plugins/dali-swig/examples/scroll-view.cs index 71e7ff0..834c4bd 100755 --- a/plugins/dali-swig/examples/scroll-view.cs +++ b/plugins/dali-swig/examples/scroll-view.cs @@ -154,7 +154,7 @@ namespace MyCSharpExample Console.WriteLine("View TOUCH EVENT callback...."); // Only animate the _text label when touch down happens - if( e.TouchData.GetState(0) == PointStateType.DOWN ) + if( e.Touch.GetState(0) == PointStateType.DOWN ) { Console.WriteLine("Customized Stage Touch event handler"); // Create a new _animation