Query: gui_mouse_x
OS: debian
Section: 3alleg4
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
gui_mouse_x(3alleg4) Allegro manual gui_mouse_x(3alleg4)NAMEgui_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 pro- gramming library.SYNOPSIS#include <allegro.h> extern int (*gui_mouse_x)(); extern int (*gui_mouse_y)(); extern int (*gui_mouse_z)(); extern int (*gui_mouse_b)();DESCRIPTIONHook 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.2 gui_mouse_x(3alleg4)
Related Man Pages |
---|
mouse_pos(3alleg4) - debian |
mouse_w(3alleg4) - debian |
mouse_x(3alleg4) - debian |
mouse_z(3alleg4) - suse |
mouse_b(3alleg4) - centos |
Similar Topics in the Unix Linux Community |
---|
awk or sed - Convert 2 lines to 1 line |
Detecting unused variables... |
Weird 'find' results |
How to copy a column of multiple files and paste into new excel file (next to column)? |