Lines Matching refs:is_down
1329 int is_down, int first_valuator, int num_valuators, ...) in xf86PostButtonEvent() argument
1345 xf86PostButtonEventM(device, is_absolute, button, is_down, &mask); in xf86PostButtonEvent()
1352 int is_down, in xf86PostButtonEventP() argument
1361 xf86PostButtonEventM(device, is_absolute, button, is_down, &mask); in xf86PostButtonEventP()
1367 int button, int is_down, const ValuatorMask *mask) in xf86PostButtonEventM() argument
1382 if (DGAStealButtonEvent(device, index, button, is_down)) in xf86PostButtonEventM()
1388 is_down ? ButtonPress : ButtonRelease, button, in xf86PostButtonEventM()
1393 xf86PostKeyEvent(DeviceIntPtr device, unsigned int key_code, int is_down) in xf86PostKeyEvent() argument
1395 xf86PostKeyEventM(device, key_code, is_down); in xf86PostKeyEvent()
1401 int is_down) in xf86PostKeyEventP() argument
1403 xf86PostKeyEventM(device, key_code, is_down); in xf86PostKeyEventP()
1407 xf86PostKeyEventM(DeviceIntPtr device, unsigned int key_code, int is_down) in xf86PostKeyEventM() argument
1418 if (DGAStealKeyEvent(device, index, key_code, is_down)) in xf86PostKeyEventM()
1423 QueueKeyboardEvents(device, is_down ? KeyPress : KeyRelease, key_code); in xf86PostKeyEventM()
1427 xf86PostKeyboardEvent(DeviceIntPtr device, unsigned int key_code, int is_down) in xf86PostKeyboardEvent() argument
1432 xf86PostKeyEventM(device, key_code, is_down); in xf86PostKeyboardEvent()