1al_ungrab_mouse(3) al_ungrab_mouse(3)
23
4
NAME
6al_ungrab_mouse - Allegro 5 API
7
SYNOPSIS
9#include <allegro5/allegro.h>
1011
bool al_ungrab_mouse(void)
12
DESCRIPTION
14Stop confining the mouse cursor to any display belonging to the pro‐
15gram.
1617
Note: not yet implemented on Mac OS X.
18
SEE ALSO
20al_grab_mouse(3)
2122
23
24
Allegro reference manual al_ungrab_mouse(3)