TouchListTouchAction Method

Invoked by the TouchTool, when some type of touch action occurs.

Definition

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

Parameters

e  TouchEventType
Type of the touch event.
beginX  Int32
The X beginning coordinate of the action.
beginY  Int32
The Y beginning coordinate of the action.
endX  Int32
The X end coordinate of the action.
endY  Int32
The Y end coordinate of the action.

Implements

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

See Also