poll_joystick(3alleg4) centos man page | unix.com

Man Page: poll_joystick

Operating Environment: centos

Section: 3alleg4

poll_joystick(3alleg4)						  Allegro manual					    poll_joystick(3alleg4)

NAME
poll_joystick - Polls the joystick. Allegro game programming library.
SYNOPSIS
#include <allegro.h> int poll_joystick();
DESCRIPTION
The joystick handler is not interrupt driven, so you need to call this function every now and again to update the global position values. Example: do { /* Get joystick input */ poll_joystick(); /* Process input for the first joystick */ if (joy[0].button[0].b) first_button_pressed(); if (joy[0].button[1].b) second_button_pressed(); ... } while(!done);
RETURN VALUE
Returns zero on success or a negative number on failure (usually because no joystick driver was installed).
SEE ALSO
install_joystick(3alleg4), joy(3alleg4), num_joysticks(3alleg4), exjoy(3alleg4) Allegro version 4.4.2 poll_joystick(3alleg4)
Related Man Pages
exjoy(3alleg4) - debian
exjoy(3alleg4) - suse
install_joystick(3alleg4) - suse
exjoy(3alleg4) - redhat
install_joystick(3alleg4) - mojave
Similar Topics in the Unix Linux Community
Set hard block limit for user using quota
Best performance UNIX just for HOST Virtualization?
CentOS7 restoring file capabilities
Unsure why access time on a directory change isn't changing
[TIP] Processing YAML files with yq