Rose
|
The type of semantic gesture supported by a Widget. More...
#include <Visual.h>
Public Member Functions | |
bool | supports (SemanticGesture semanticGesture) const |
SemanticGesture | operator| (const SemanticGesture &other) const |
Public Attributes | |
uint32_t | value |
Static Public Attributes | |
static SemanticGesture | None {0x0} |
static SemanticGesture | Click {0x1} |
static SemanticGesture | Drag {0x2} |
static SemanticGesture | Scroll {0x4} |
static SemanticGesture | Key {0x8} |
static SemanticGesture | Multi {0x10} |
The type of semantic gesture supported by a Widget.