mouse_seteventhandler(3) set a mouse event handler

Other Alias

mouse_setdefaulteventhandler

SYNOPSIS

#include <vgamouse.h>

typedef void (*__mouse_handler) (int button, int dx, int dy, int dz , int drx, int dry, int drz); /* is already in #include <vgamouse.h> included */

void mouse_seteventhandler(__mouse_handler handler);
void mouse_setdefaulteventhandler(void);

DESCRIPTION

mouse_update(3) and mouse_waitforupdate(3) will call this function for each change of mouse state and you can do your own book keeping and maybe even draw a mouse cursor.

mouse_setdefaulteventhandler() activates the default handler.

AUTHOR

This manual page was edited by Michael Weller <[email protected]>. The exact source of the referenced function as well as of the original documentation is unknown.

It is very likely that both are at least to some extent are due to Harm Hanemaayer <[email protected]>.

Occasionally this might be wrong. I hereby asked to be excused by the original author and will happily accept any additions or corrections to this first version of the svgalib manual.