Home
last modified time | relevance | path

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

/dports/x11/libwacom/libwacom-1.5/test/
H A Dtest-stylus-validity.c79 case WACOM_ERASER_INVERT: in test_eraser_type()
174 g_assert_cmpint(eraser_type, ==, WACOM_ERASER_INVERT); in test_eraser_inverted()
/dports/x11/libwacom/libwacom-1.5/libwacom/
H A Dlibwacom.h174 WACOM_ERASER_INVERT, /**< Eraser is a separate tool on the opposite end of the stylus */ enumerator
H A Dlibwacom-database.c116 return WACOM_ERASER_INVERT; in eraser_type_from_str()
H A Dlibwacom.c1294 case WACOM_ERASER_INVERT: type = "Invert"; break; in libwacom_print_stylus_description()