Query: load_joystick_data
OS: debian
Section: 3alleg4
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
load_joystick_data(3alleg4) Allegro manual load_joystick_data(3alleg4)NAMEload_joystick_data - Loads joystick calibration data. Allegro game programming library.SYNOPSIS#include <allegro.h> int load_joystick_data(const char *filename);DESCRIPTIONRestores calibration data previously stored by save_joystick_data() or the setup utility. This sets up all aspects of the joystick code: you don't even need to call install_joystick() if you are using this function. Pass a NULL filename to read the data from the currently selected configuration file.RETURN VALUEReturns zero on success: if it fails the joystick state is undefined and you must reinitialise it from scratch.SEE ALSOinstall_joystick(3alleg4), save_joystick_data(3alleg4), set_config_file(3alleg4) Allegro version 4.4.2 load_joystick_data(3alleg4)
Related Man Pages |
---|
install_joystick(3alleg4) - suse |
exjoy(3alleg4) - redhat |
install_joystick(3alleg4) - mojave |
exjoy(3alleg4) - linux |
install_joystick(3alleg4) - linux |
Similar Topics in the Unix Linux Community |
---|
Installing Dash Shell on OS X Lion |
awk or sed - Convert 2 lines to 1 line |
Is UNIX an open source OS ? |
Detecting unused variables... |
Find columns in a file based on header and print to new file |