#
# This light pen capability data base describes the light pen.  It is used
# to provide an absolute mapping between the light pen and screen video timing.
# It is set up to be used as the pointer device.  The device will be physically
# initialized as:
#	o Origin at upper left corner of screen.
#	o 4800 baud data rate.
#	o Absolute coordinates.
#
#
pointerLightPen1 | light pen number 1 used as pointer:
	dt=LIGHTPEN:br#4800:pa=none:
# reset string is a single character, value E0 hex (340 octal)
	rs=\340:
	dl#100:
	is=:
	fs=^S:fq=^q:md=Absolute:
	V0min#25:V0max#665:V0res#1800:
	V1min#50:V1max#805:V1res#2400

