Query: disable_hardware_cursor
OS: debian
Section: 3alleg4
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
disable_hardware_cursor(3alleg4) Allegro manual disable_hardware_cursor(3alleg4)NAMEdisable_hardware_cursor - Disables the OS hardware cursor. Allegro game programming library.SYNOPSIS#include <allegro.h> void disable_hardware_cursor(void);DESCRIPTIONAfter calling this function, Allegro will be responsible for drawing the mouse cursor rather than the operating system. On some platforms calling enable_hardware_cursor() makes the return values of get_mouse_mickeys() unreliable. After calling this function, get_mouse_mick- eys() returns reliable results again.SEE ALSOinstall_mouse(3alleg4), show_mouse(3alleg4), set_mouse_sprite(3alleg4), get_mouse_mickeys(3alleg4), gfx_capabilities(3alleg4), enable_hard- ware_cursor(3alleg4) Allegro version 4.4.2 disable_hardware_cursor(3alleg4)
Related Man Pages |
---|
enable_hardware_cursor(3alleg4) - centos |
exsyscur(3alleg4) - mojave |
exsyscur(3alleg4) - php |
enable_hardware_cursor(3alleg4) - netbsd |
exsyscur(3alleg4) - v7 |
Similar Topics in the Unix Linux Community |
---|
Adding the individual columns of a matrix. |
awk or sed - Convert 2 lines to 1 line |
How can I do this in VI editor? |
One instance of comparing grep and awk |