From 4f4d9bc7329bc79019a491da7e7dee566a0870f3 Mon Sep 17 00:00:00 2001 From: William McBrine Date: Mon, 25 Dec 2006 14:04:52 +0000 Subject: [PATCH] Comments. --- pdcurses/mouse.c | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/pdcurses/mouse.c b/pdcurses/mouse.c index 3f261cfb..75341090 100644 --- a/pdcurses/mouse.c +++ b/pdcurses/mouse.c @@ -14,7 +14,7 @@ #include #include -RCSID("$Id: mouse.c,v 1.34 2006/12/24 23:31:37 wmcbrine Exp $"); +RCSID("$Id: mouse.c,v 1.35 2006/12/25 14:04:52 wmcbrine Exp $"); /*man-start************************************************************** @@ -37,8 +37,11 @@ RCSID("$Id: mouse.c,v 1.34 2006/12/24 23:31:37 wmcbrine Exp $"); bool mouse_trafo(int *y, int *x, bool to_screen); PDCurses Description: - These functions are intended to be based on Sys V mouse - functions; however, those are undocumented. + Classic PDCurses mouse interface: mouse_set(), mouse_on(), + mouse_off(), request_mouse_pos(), map_button(), + wmouse_position(), getmouse(), and getbmap(). These functions + are intended to be based on Sys V mouse functions; however, + those are undocumented. mouse_set(), mouse_on() and mouse_off() are analagous to attrset(), attron() and attroff(). These functions set the