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