HelenOS sources

POS_RELEASE       868 uspace/app/terminal/terminal.c 	if (event->type == POS_PRESS || event->type == 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       448 uspace/srv/hid/console/console.c 	event.ev.pos.type = bpress ? POS_PRESS : POS_RELEASE;
POS_RELEASE       434 uspace/srv/hid/display/seat.c 			pevent.type = POS_RELEASE;
POS_RELEASE       530 uspace/srv/hid/display/seat.c 		if (event->type == POS_RELEASE)
POS_RELEASE       609 uspace/srv/hid/display/test/window.c 	event.type = POS_RELEASE;
POS_RELEASE       666 uspace/srv/hid/display/window.c 	if (event->type == POS_RELEASE) {
HelenOS homepage, sources at GitHub