HelenOS sources

PTD_PRESS         141 uspace/srv/hid/display/input.c 	event.type = bpress ? PTD_PRESS : PTD_RELEASE;
PTD_PRESS         420 uspace/srv/hid/display/seat.c 	if (event->type == PTD_PRESS && event->btn_num == 1) {
PTD_PRESS         426 uspace/srv/hid/display/seat.c 	if (event->type == PTD_PRESS || event->type == PTD_RELEASE ||
PTD_PRESS         430 uspace/srv/hid/display/seat.c 		case PTD_PRESS:
PTD_PRESS         628 uspace/srv/hid/display/test/display.c 	event.type = PTD_PRESS;
PTD_PRESS         646 uspace/srv/hid/display/test/display.c 	event.type = PTD_PRESS;
PTD_PRESS         638 uspace/srv/hid/display/test/seat.c 	event.type = PTD_PRESS;
PTD_PRESS         655 uspace/srv/hid/display/test/seat.c 	event.type = PTD_PRESS;
HelenOS homepage, sources at GitHub