HelenOS sources
POS_RELEASE 936 uspace/app/terminal/terminal.c case POS_RELEASE:
POS_RELEASE 410 uspace/lib/ui/src/checkbox.c case POS_RELEASE:
POS_RELEASE 855 uspace/lib/ui/src/entry.c if (event->type == POS_RELEASE) {
POS_RELEASE 589 uspace/lib/ui/src/menuentry.c case POS_RELEASE:
POS_RELEASE 625 uspace/lib/ui/src/pbutton.c case POS_RELEASE:
POS_RELEASE 478 uspace/lib/ui/src/rbutton.c case POS_RELEASE:
POS_RELEASE 938 uspace/lib/ui/src/scrollbar.c case POS_RELEASE:
POS_RELEASE 521 uspace/lib/ui/src/slider.c case POS_RELEASE:
POS_RELEASE 479 uspace/lib/ui/test/checkbox.c event.type = POS_RELEASE;
POS_RELEASE 555 uspace/lib/ui/test/pbutton.c event.type = POS_RELEASE;
POS_RELEASE 516 uspace/lib/ui/test/rbutton.c event.type = POS_RELEASE;
POS_RELEASE 1026 uspace/lib/ui/test/scrollbar.c event.type = POS_RELEASE;
POS_RELEASE 1129 uspace/lib/ui/test/scrollbar.c event.type = POS_RELEASE;
POS_RELEASE 1183 uspace/lib/ui/test/scrollbar.c event.type = POS_RELEASE;
POS_RELEASE 410 uspace/lib/ui/test/slider.c event.type = POS_RELEASE;
POS_RELEASE 1540 uspace/lib/ui/test/wdecor.c event.type = POS_RELEASE;
POS_RELEASE 1059 uspace/lib/vt/src/vt100.c ev.type = (c == 'M') ? POS_PRESS : POS_RELEASE;
POS_RELEASE 454 uspace/srv/hid/console/console.c event.ev.pos.type = bpress ? POS_PRESS : POS_RELEASE;
POS_RELEASE 508 uspace/srv/hid/display/seat.c pevent.type = POS_RELEASE;
POS_RELEASE 609 uspace/srv/hid/display/test/window.c event.type = POS_RELEASE;
POS_RELEASE 668 uspace/srv/hid/display/window.c if (event->type == POS_RELEASE) {
HelenOS homepage, sources at GitHub