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_grab_mouse - Allegro 5 API

Description

       Confine the mouse cursor to the given display.  The mouse cursor can only be confined to one display at a
       time.

       Returns  true if successful, otherwise returns false.  Do not assume that the cursor will remain confined
       until you call al_ungrab_mouse(3alleg5).  It may lose the confined status at any time for other reasons.

              Note: not yet implemented on Mac OS X.

Name

       al_grab_mouse - Allegro 5 API

See Also

al_ungrab_mouse(3alleg5)

Allegro reference manual                                                                  al_grab_mouse(3alleg5)

Synopsis

              #include <allegro5/allegro.h>

              bool al_grab_mouse(ALLEGRO_DISPLAY *display)

See Also