예제 #1
0
파일: View.cs 프로젝트: nesk/UltralightNet
 public static partial void ulViewFireScrollEvent(IntPtr view, ref ULScrollEvent scroll_event);
예제 #2
0
 public ULScrollEventNative(ULScrollEvent scrollEvent)
 {
     type   = (int)scrollEvent.type;
     deltaX = scrollEvent.deltaX;
     deltaY = scrollEvent.deltaY;
 }