1mouse_sprite(3)                 Allegro manual                 mouse_sprite(3)
2
3
4

NAME

6       mouse_sprite,  mouse_x_focus,  mouse_y_focus - Global variable with the
7       mouse sprite and focus point. Allegro game programming library.
8

SYNOPSIS

10       #include <allegro.h>
11
12
13       extern BITMAP *mouse_sprite;
14
15       extern int mouse_x_focus;
16
17       extern int mouse_y_focus;
18

DESCRIPTION

20       Global variables containing the current  mouse  sprite  and  the  focus
21       point.   These  are  read-only,  and  only  to  be  modified  using the
22       set_mouse_sprite() and set_mouse_sprite_focus() functions.
23
24

SEE ALSO

26       set_mouse_sprite(3), set_mouse_sprite_focus(3)
27
28
29
30Allegro                          version 4.2.2                 mouse_sprite(3)
Impressum