Search
lxdream.org :: lxdream/src/drivers/joy_linux.h
lxdream 0.9.1
released Jun 29
Download Now
filename src/drivers/joy_linux.h
changeset 637:6a284eff5311
prev615:38b69ec2f4c8
next736:a02d1475ccfd
author nkeynes
date Wed Apr 02 01:46:58 2008 +0000 (16 years ago)
permissions -rw-r--r--
last change Add configure-time checks for fbo and shader functions in libGL (so linking
doesn't fail on really old libGL implementations)
view annotate diff log raw
     1 /**
     2  * $Id$
     3  *
     4  * Linux joystick input device support
     5  *
     6  * Copyright (c) 2008 Nathan Keynes.
     7  *
     8  * This program is free software; you can redistribute it and/or modify
     9  * it under the terms of the GNU General Public License as published by
    10  * the Free Software Foundation; either version 2 of the License, or
    11  * (at your option) any later version.
    12  *
    13  * This program is distributed in the hope that it will be useful,
    14  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    15  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    16  * GNU General Public License for more details.
    17  */
    19 #ifndef lxdream_joy_linux_H
    20 #define lxdream_joy_linux_H
    22 /**
    23  * Initialize the linux joystick code, and scan for devices
    24  */
    25 gboolean linux_joystick_init();
    27 /**
    28  * Shutdown the linux joystick system
    29  */
    30 void linux_joystick_shutdown();
    34 #endif /* !lxdream_joy_linux_H */
.