TouchListTouchAction Method
Invoked by the TouchTool, when some type of touch action occurs.
Namespace: BeeMobile.TouchListAssembly: BeeMobile.TouchList.NET48 (in BeeMobile.TouchList.NET48.dll) Version: 4.8.5.24
public void TouchAction(
TouchEventType e,
int beginX,
int beginY,
int endX,
int endY
)
Public Sub TouchAction (
e As TouchEventType,
beginX As Integer,
beginY As Integer,
endX As Integer,
endY As Integer
)
- 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.
ITouchable.TouchAction(TouchEventType, Int32, Int32, Int32, Int32)