Revision 183
Added by markw about 11 years ago
joystick.h | ||
---|---|---|
#pragma once
|
||
#ifndef JOYSTICK_H
|
||
#define JOYSTICK_H
|
||
|
||
struct joystick_status
|
||
{
|
||
... | ... | |
void joystick_poll(struct joystick_status * status);
|
||
void joystick_wait(struct joystick_status * status, enum JoyWait waitFor);
|
||
|
||
#endif
|
Patch from Hias for local ncurses output. 0001-initial-version-of-linux-firmware-simulator.patch