summaryrefslogtreecommitdiffstats
path: root/man/man3/mouse.3
diff options
context:
space:
mode:
Diffstat (limited to 'man/man3/mouse.3')
-rw-r--r--man/man3/mouse.330
1 files changed, 15 insertions, 15 deletions
diff --git a/man/man3/mouse.3 b/man/man3/mouse.3
index 9b835891..0d3bd1b7 100644
--- a/man/man3/mouse.3
+++ b/man/man3/mouse.3
@@ -49,9 +49,9 @@ They use the message-passing
.B Channel
interface in the threads library
(see
-.MR thread (3) );
+.MR thread 3 );
programs that wish a more event-driven, single-threaded approach should use
-.MR event (3) .
+.MR event 3 .
.PP
The state of the mouse is recorded in a structure,
.BR Mouse ,
@@ -107,7 +107,7 @@ are a
naming the device file connected to the mouse and an
.I Image
(see
-.MR draw (3) )
+.MR draw 3 )
on which the mouse will be visible.
Typically the file is
nil,
@@ -136,7 +136,7 @@ The actual value sent may be discarded; the receipt of the message
tells the program that it should call
.B getwindow
(see
-.MR graphics (3) )
+.MR graphics 3 )
to reconnect to the window.
.PP
.I Readmouse
@@ -152,7 +152,7 @@ or message sent on the channel.
It calls
.B flushimage
(see
-.MR graphics (3) )
+.MR graphics 3 )
before blocking, so any buffered graphics requests are displayed.
.PP
.I Closemouse
@@ -174,14 +174,14 @@ is nil, the cursor is set to the default.
The format of the cursor data is spelled out in
.B <cursor.h>
and described in
-.MR graphics (3) .
+.MR graphics 3 .
.PP
.I Getrect
returns the dimensions of a rectangle swept by the user, using the mouse,
in the manner
-.MR rio (1)
+.MR rio 1
or
-.MR sam (1)
+.MR sam 1
uses to create a new window.
The
.I but
@@ -220,7 +220,7 @@ struct Menu
behaves the same as its namesake
.I emenuhit
described in
-.MR event (3) ,
+.MR event 3 ,
with two exceptions.
First, it uses a
.B Mousectl
@@ -230,7 +230,7 @@ it creates the menu as a true window on the
.B Screen
.I scr
(see
-.MR window (3) ),
+.MR window 3 ),
permitting the menu to be displayed in parallel with other activities on the display.
If
.I scr
@@ -244,8 +244,8 @@ restoring the display when the menu is removed.
.SH SOURCE
.B \*9/src/libdraw
.SH SEE ALSO
-.MR graphics (3) ,
-.MR draw (3) ,
-.MR event (3) ,
-.MR keyboard (3) ,
-.MR thread (3) .
+.MR graphics 3 ,
+.MR draw 3 ,
+.MR event 3 ,
+.MR keyboard 3 ,
+.MR thread 3 .