Class EventRouter
public class EventRouter
- Inheritance
-
EventRouter
- Inherited Members
Constructors
EventRouter(View)
public EventRouter(View rootView)
Parameters
rootViewView
Methods
CapturePointer(View, int)
public void CapturePointer(View view, int pointerId)
Parameters
Dispatch(ref MouseDownEventRef)
public void Dispatch(ref MouseDownEventRef e)
Parameters
Dispatch(ref MouseMoveEventRef)
public void Dispatch(ref MouseMoveEventRef e)
Parameters
Dispatch(ref MouseUpEventRef)
public void Dispatch(ref MouseUpEventRef e)
Parameters
Dispatch(ref ScrollWheelEventRef, Point)
Dispatches a scroll wheel event to the deepest view under position
that handles it, bubbling up until Handled is set.
public void Dispatch(ref ScrollWheelEventRef e, Point position)
Parameters
eScrollWheelEventRefpositionPoint
Dispatch(ref TouchEventRef)
public void Dispatch(ref TouchEventRef touchEvent)
Parameters
touchEventTouchEventRef
ReleasePointer(View, int)
public void ReleasePointer(View view, int pointerId)