Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

position_mouse_z(3alleg4) [plan9 man page]

position_mouse_z(3alleg4)					  Allegro manual					 position_mouse_z(3alleg4)

NAME
position_mouse_z - Sets the mouse wheel position global variable. Allegro game programming library. SYNOPSIS
#include <allegro.h> void position_mouse_z(int z); DESCRIPTION
Sets the mouse wheel position variable to the specified value. SEE ALSO
install_mouse(3alleg4), position_mouse(3alleg4), position_mouse_w(3alleg4) Allegro version 4.4.2 position_mouse_z(3alleg4)

Check Out this Related Man Page

exsyscur(3alleg4)                                                 Allegro manual                                                 exsyscur(3alleg4)

NAME
exsyscur - Hardware accelerated mouse cursors. Allegro game programming library. SYNOPSIS
#include <allegro.h> Example exsyscur DESCRIPTION
This program demonstrates the use of hardware accelerated mouse cursors. SEE ALSO
END_OF_MAIN(3alleg4), SCREEN_H(3alleg4), SCREEN_W(3alleg4), allegro_error(3alleg4), allegro_init(3alleg4), allegro_message(3alleg4), clear_to_color(3alleg4), enable_hardware_cursor(3alleg4), font(3alleg4), gfx_capabilities(3alleg4), install_keyboard(3alleg4), install_mouse(3alleg4), install_timer(3alleg4), makecol(3alleg4), readkey(3alleg4), screen(3alleg4), select_mouse_cursor(3alleg4), set_gfx_mode(3alleg4), show_mouse(3alleg4), text_height(3alleg4), textprintf_centre_ex(3alleg4) Allegro version 4.4.2 exsyscur(3alleg4)
Man Page

2 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Shopt -s histappend

What is the point of this? Whenever I close my shell it appends to the history file without adding this. I have never seen it overwrite my history file. # When the shell exits, append to the history file instead of overwriting it shopt -s histappend (3 Replies)
Discussion started by: cokedude
3 Replies

2. UNIX for Advanced & Expert Users

What's your most useful shell?

What's your most useful shell? /bin/sh /bin/csh /bin/ksh /bin/tcsh /bin/bash (249 Replies)
Discussion started by: zylwyz
249 Replies