mouse_y_focus (3) - Linux Manuals
mouse_y_focus: Global variable with the mouse sprite and focus point. Allegro game programming library.
Command to display mouse_y_focus
manual in Linux: $ man 3 mouse_y_focus
NAME
mouse_sprite, mouse_x_focus, mouse_y_focus - Global variable with the mouse sprite and focus point. Allegro game programming library.
SYNOPSIS
#include <allegro.h>
extern BITMAP *mouse_sprite;
extern int mouse_x_focus;
extern int mouse_y_focus;
DESCRIPTION
Global variables containing the current mouse sprite and the focus
point. These are read-only, and only to be modified using the
set_mouse_sprite() and set_mouse_sprite_focus() functions.
Pages related to mouse_y_focus
- mouse_y (3) - Global variable with the mouse position/button state. Allegro game programming library.
- mouse_b (3) - Global variable with the mouse position/button state. Allegro game programming library.
- mouse_callback (3) - User specified mouse callback. Allegro game programming library.
- mouse_pos (3) - Global variable with the mouse position/button state. Allegro game programming library.
- mouse_sprite (3) - Global variable with the mouse sprite and focus point. Allegro game programming library.
- mouse_w (3) - Global variable with the mouse position/button state. Allegro game programming library.
- mouse_x (3) - Global variable with the mouse position/button state. Allegro game programming library.
- mouse_x_focus (3) - Global variable with the mouse sprite and focus point. Allegro game programming library.
- mouse_z (3) - Global variable with the mouse position/button state. Allegro game programming library.
- mode2Char (3)