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

al_get_mouse_event_source - Allegro 5 API

Description

       Retrieve  the  mouse  event source.  All [mouse events]ALLEGRO_EVENT_MOUSE_AXES(3alleg5) are generated by
       this event source.

       Returns NULL if the mouse subsystem was not installed.

Allegro reference manual                                                      al_get_mouse_event_source(3alleg5)

Name

       al_get_mouse_event_source - Allegro 5 API

Synopsis

              #include <allegro5/allegro.h>

              ALLEGRO_EVENT_SOURCE *al_get_mouse_event_source(void)

See Also