Canvas Listener
Properties
Functions
True if keeps a reference to a C++ SDK object False if keeps a C++ SDK object
Raw unprocessed detection of all pointers up from screen. Action where the last pointer goes up and no pointers are left on the screen.
Single pointer double touch event. A double touch event is defined as two consecutive touches within a preset time duration in milliseconds, and distance between the two touches has to be less than a preset distance in millimeters.
Single pointer long touch event. A long touch event is defined as a pointer down longer than a preset time in milliseconds and then pointer up, and pointer movement has to be less than a preset distance in millimeters.
Two pointer rotating and zooming, or just zooming, swipe event.
Touch handler events listener Raw unprocessed pointer down started - used to determine when one of the other processed actions start. Set pointer down flag indicating that action started! The flag is cleared by the actual action, such as OnPinch, when it starts.
Raw unprocessed pointer move
Raw unprocessed pointer up
Single pointer touch move event. Touch move mode is enabled by performing a pointer touch immediately followed by a pointer down in same screen area, and then move.
Two pointers touch pinch event. Two fingers touch mode is enabled by performing a single pointer touch immediately followed by two pointers down, with one of the pointers close to the previous touch.
Two pointers double touch event. A two pointers double touch event is defined as two consecutive two-pointer touches from which the pointer ups are within a preset time in milliseconds.
Two pointers touch event. A two pointers touch event is defined as two simultaneous touches from which the pointer ups are within a preset time in milliseconds.
Notifies that canvas was resized because of the screen resize