Home
last modified time | relevance | path

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

/dports/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.39.0/test/
H A Dwacom-tests.c85 int action_up, action_dn; in test_get_wheel_button() local
88 action_dn = 400; in test_get_wheel_button()
93 action = getWheelButton(delta, action_up, action_dn); in test_get_wheel_button()
96 assert(action == action_dn); in test_get_wheel_button()
/dports/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.39.0/src/
H A Dxf86Wacom.h203 extern int getWheelButton(int delta, int action_up, int action_dn);
H A DwcmCommon.c395 TEST_NON_STATIC int getWheelButton(int delta, int action_up, int action_dn) in getWheelButton() argument
400 return action_dn; in getWheelButton()
/dports/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.39.0/
H A DChangeLog6089 but for an unknown reason fails "assert(action == &action_dn)"...