iMenuTouchAction Method

This method is run whenever a series of mouse events occur which represent a certain mouse gesture.

Definition

Namespace: BeeMobile.iMenu
Assembly: BeeMobile.iMenu.NET48 (in BeeMobile.iMenu.NET48.dll) Version: 4.8.1.5
C#
public virtual void TouchAction(
	TouchEventType e,
	int beginX,
	int beginY,
	int endX,
	int endY
)

Parameters

e  TouchEventType
The gesture type which has occured.
beginX  Int32
An X coordinate of the mouse at the beginning of the gesture.
beginY  Int32
A Y coordinate of the mouse at the beginning of the gesture.
endX  Int32
An X coordinate of the mouse at the end of the gesture.
endY  Int32
A Y coordinate of the mouse at the end of the gesture.

Implements

ITouchable.TouchAction(TouchEventType, Int32, Int32, Int32, Int32)

See Also