Home
last modified time | relevance | path

Searched refs:wcmThreshold (Results 1 – 4 of 4) sorted by relevance

/dports/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.39.0/src/
H A DwcmCommon.c1171 if (pressure < common->wcmThreshold) in setPressureButton()
1178 if ((common->wcmThreshold > (priv->maxCurve * THRESHOLD_TOLERANCE)) && in setPressureButton()
1179 (pressure > common->wcmThreshold - (priv->maxCurve * THRESHOLD_TOLERANCE))) in setPressureButton()
1433 if (common->wcmThreshold <= 0 && IsPen(priv)) in wcmInitTablet()
1436 common->wcmThreshold = priv->maxCurve * DEFAULT_THRESHOLD; in wcmInitTablet()
1439 pInfo->name, common->wcmThreshold); in wcmInitTablet()
H A Dxf86WacomDefs.h456 int wcmThreshold; /* Threshold for button pressure */ member
H A DwcmValidateDevice.c986 common->wcmThreshold = xf86SetIntOption(pInfo->options, "Threshold", in wcmPreInitParseOptions()
987 common->wcmThreshold); in wcmPreInitParseOptions()
H A DwcmXCommand.c281 values[0] = (!common->wcmMaxZ) ? 0 : common->wcmThreshold; in InitWcmDeviceProperties()
873 common->wcmThreshold = value; in wcmSetProperty()