From bf8a59fa013f5c705369fbe14e23ca78c4d09cb8 Mon Sep 17 00:00:00 2001 From: rsc Date: Sun, 11 Apr 2004 03:42:27 +0000 Subject: Rewrite page(2) references to page(3). Add description of new libmach. --- man/man3/mouse.3 | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'man/man3/mouse.3') diff --git a/man/man3/mouse.3 b/man/man3/mouse.3 index 68e8a05e..6c5e3a3e 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 -.IR thread (2)); +.IR thread (3)); programs that wish a more event-driven, single-threaded approach should use -.IR event (2). +.IR 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 -.IR draw (2)) +.IR 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 -.IR graphics (2)) +.IR graphics (3)) to reconnect to the window. .PP .I Readmouse @@ -150,7 +150,7 @@ or message sent on the channel. It calls .B flushimage (see -.IR graphics (2)) +.IR graphics (3)) before blocking, so any buffered graphics requests are displayed. .PP .I Closemouse @@ -172,7 +172,7 @@ is nil, the cursor is set to the default. The format of the cursor data is spelled out in .B and described in -.IR graphics (2). +.IR graphics (3). .PP .I Getrect returns the dimensions of a rectangle swept by the user, using the mouse, @@ -218,7 +218,7 @@ struct Menu behaves the same as its namesake .I emenuhit described in -.IR event (2), +.IR event (3), with two exceptions. First, it uses a .B Mousectl @@ -228,7 +228,7 @@ it creates the menu as a true window on the .B Screen .I scr (see -.IR window (2)), +.IR window (3)), permitting the menu to be displayed in parallel with other activities on the display. If .I scr @@ -242,8 +242,8 @@ restoring the display when the menu is removed. .SH SOURCE .B /sys/src/libdraw .SH SEE ALSO -.IR graphics (2), -.IR draw (2), -.IR event (2), -.IR keyboard (2), -.IR thread (2). +.IR graphics (3), +.IR draw (3), +.IR event (3), +.IR keyboard (3), +.IR thread (3). -- cgit v1.2.3