iMenuTouchAction Method
This method is run whenever a series of mouse events occur which represent a certain mouse gesture.
Namespace: BeeMobile.iMenuAssembly: BeeMobile.iMenu.NET48 (in BeeMobile.iMenu.NET48.dll) Version: 4.8.1.5
public virtual void TouchAction(
TouchEventType e,
int beginX,
int beginY,
int endX,
int endY
)
Public Overridable Sub TouchAction (
e As TouchEventType,
beginX As Integer,
beginY As Integer,
endX As Integer,
endY As Integer
)
- 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.
ITouchable.TouchAction(TouchEventType, Int32, Int32, Int32, Int32)