| | |
Constant | Details | Used by the function |
---|
Versions 18 and laterBottomToTop New in version 18BottomToTop BottomToTop | Direction of the gesture: swipe from bottom to top. | Gesture variable |
Versions 17 and latergpControl New in version 17gpControl gpControl | Position of the pointer in relation to the top left corner of the control (or window if the event occurred on the window). | GesturePosX, GesturePosY |
Versions 17 and latergpImage New in version 17gpImage gpImage | Position of the pointer in relation to the top left corner of the image displayed by an Image control.
This constant can be used when an image is not entirely displayed in an Image control in order to find out the position of the pointer in the source image (while taking the possible zoom into account). | GesturePosX, GesturePosY |
Versions 19 and latergpPage New in version 19gpPage gpPage | Position of the pointer in relation to the top left corner of the page to which belongs the control on which the event occurred. | GesturePosX, GesturePosY |
Versions 17 and latergpScreen New in version 17gpScreen gpScreen | Position of the pointer in the screen (in relation to the top left corner of the screen). | GesturePosX, GesturePosY |
Versions 17 and latergpWindow New in version 17gpWindow gpWindow | Position of the pointer in relation to the top left corner of the window to which belongs the control on which the event occurred. | GesturePosX, GesturePosY |
Versions 18 and laterLeftToRight New in version 18LeftToRight LeftToRight | Direction of the gesture: swipe from left to right.. | Gesture variable |
Versions 18 and laterRightToLeft New in version 18RightToLeft RightToLeft | Direction of the gesture: swipe from right to left. | Gesture variable |
Versions 18 and laterTopToBottom New in version 18TopToBottom TopToBottom | Direction of the gesture: swipe from top to bottom. | Gesture variable |
Versions 24 and latertypePointerFinger New in version 24typePointerFinger typePointerFinger | Pointer type used: Finger | GesturePointerType |
Versions 24 and latertypePointerMouse New in version 24typePointerMouse typePointerMouse | Pointer type used: Mouse | GesturePointerType |
Versions 24 and latertypePointerStylus New in version 24typePointerStylus typePointerStylus | Pointer type used: Stylus | GesturePointerType |