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

gui_mouse_x, gui_mouse_y, gui_mouse_z, gui_mouse_b - Hook functions used by the GUI routines to access

Description

       Hook functions, used by the GUI routines whenever they need to access the mouse state. By  default  these
       just  return  copies  of  the mouse_x, mouse_y, mouse_z, and mouse_b variables, but they could be used to
       offset or scale the mouse position, or read input from a different source entirely.

Allegro                                           version 4.4.3                             gui_mouse_x(3alleg4)

Name

       gui_mouse_x,  gui_mouse_y,  gui_mouse_z,  gui_mouse_b - Hook functions used by the GUI routines to access
       the mouse state. Allegro game programming library.

Synopsis

#include<allegro.h>externint(*gui_mouse_x)();externint(*gui_mouse_y)();externint(*gui_mouse_z)();externint(*gui_mouse_b)();

See Also