logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

mouse_needs_poll - Tells if the mouse driver requires polling. Allegro game programming library.

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();

See Also