Esempio n. 1
0
 public static partial void ulViewFireScrollEvent(IntPtr view, ref ULScrollEvent scroll_event);
Esempio n. 2
0
 public ULScrollEventNative(ULScrollEvent scrollEvent)
 {
     type   = (int)scrollEvent.type;
     deltaX = scrollEvent.deltaX;
     deltaY = scrollEvent.deltaY;
 }