mouse_needs_poll - Tells if the mouse driver requires polling. Allegro game programming library.
Contents
Description
Returns TRUE if the current mouse driver is operating in polling mode.
Name
mouse_needs_poll - Tells if the mouse driver requires polling. Allegro game programming library.
See Also
poll_mouse(3alleg4), install_mouse(3alleg4), mouse_x(3alleg4) Allegro version 4.4.3 mouse_needs_poll(3alleg4)
Synopsis
#include<allegro.h>intmouse_needs_poll();
