HelenOS sources
PTD_PRESS 142 uspace/srv/hid/display/input.c event.type = bpress ? PTD_PRESS : PTD_RELEASE;
PTD_PRESS 493 uspace/srv/hid/display/seat.c if (event->type == PTD_PRESS && event->btn_num == 1) {
PTD_PRESS 500 uspace/srv/hid/display/seat.c if (event->type == PTD_PRESS || event->type == PTD_RELEASE ||
PTD_PRESS 504 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