1mouse_needs_poll(3) Allegro manual mouse_needs_poll(3)
23
4
NAME
6mouse_needs_poll - Tells if the mouse driver requires polling. Allegro
7game programming library.
8
SYNOPSIS
10#include <allegro.h>
1112
13
int mouse_needs_poll();
14
DESCRIPTION
16Returns TRUE if the current mouse driver is operating in polling mode.
1718
SEE ALSO
20poll_mouse(3), install_mouse(3), mouse_x(3)
2122
23
24
Allegro version 4.4.3 mouse_needs_poll(3)