TouchPropagationMode
#include <bb/cascades/TouchPropagationMode>
Enumeration for specifying the touch propagation mode for a node and it's subtree.
Since:
BlackBerry 10.0.0
Public Types Index
enum Type |
Public Types
Enumeration for specifying touch propagation mode for a node and it's subtree.
Since:
BlackBerry 10.0.0
- Full
Full touch event propagation.
Since:BlackBerry 10.0.0
- None
No touch event propagation.
Since:BlackBerry 10.0.0
- PassThrough
Skip node but propagate in sub tree.
Since:BlackBerry 10.0.0