TouchType
#include <bb/cascades/TouchType>
Represents different touch types.
Touch types describe different stages of a touch interaction.
BlackBerry 10.0.0
Public Types
The touch types.
BlackBerry 10.0.0
- Down
Occurs when the user touches the screen.
Since:BlackBerry 10.0.0
- Move
Occurs when the user moves a finger on the screen.
Since:BlackBerry 10.0.0
- Up
Occurs when the user releases a finger.
Since:BlackBerry 10.0.0
- Cancel
Occurs when an interaction is canceled.
For example when a containing control, such as a ListView, takes over the interaction and starts to scroll.
Cancel can be sent even when no other touch events has been received.
Since:BlackBerry 10.0.0