Home
last modified time | relevance | path

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

/dports/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.39.0/src/
H A Dxf86WacomDefs.h48 #define TILT_RES (180/M_PI) /* Reported tilt resolution in points/radian macro
H A Dxf86Wacom.c220 min_res = max_res = res = round(TILT_RES); in wcmInitAxes()
249 min_res = max_res = res = round(TILT_RES); in wcmInitAxes()
H A DwcmUSB.c732 common->wcmTiltFactX = TILT_RES / in usbWcmGetRanges()
770 common->wcmTiltFactY = TILT_RES / in usbWcmGetRanges()
/dports/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.39.0/
H A DChangeLog6037 Add a constant for resolution currently expected by applications: TILT_RES,