Property | Type | Description | |
---|---|---|---|
HOVER_SIZE | float | ||
HOVER_TIME | long | ||
IS_TRIPLE_TAP_ENABLED | bool | ||
TAP_TIME | long |
Method | Description | |
---|---|---|
BasicMultiFingerGRConfiguration ( ) : System | ||
BasicMultiFingerGRConfiguration ( bool exclusive ) : System | ||
BasicMultiFingerGRConfiguration ( long tapTime, float hoverSize, long hoverTime, bool exclusive, bool isTripleTapEnabled ) : System |
public BasicMultiFingerGRConfiguration ( ) : System | ||
return | System |
public BasicMultiFingerGRConfiguration ( bool exclusive ) : System | ||
exclusive | bool | |
return | System |
public BasicMultiFingerGRConfiguration ( long tapTime, float hoverSize, long hoverTime, bool exclusive, bool isTripleTapEnabled ) : System | ||
tapTime | long | |
hoverSize | float | |
hoverTime | long | |
exclusive | bool | |
isTripleTapEnabled | bool | |
return | System |