source:
npl/mediabox/lcdproc_edwin/src/server/drivers/joy.h
@
c5c522c
Last change on this file since c5c522c was c5c522c, checked in by , 8 years ago | |
---|---|
|
|
File size: 178 bytes |
Line | |
---|---|
1 | #ifndef LCD_JOY_H |
2 | #define LCD_JOY_H |
3 | |
4 | |
5 | extern lcd_logical_driver *joy; |
6 | |
7 | int joy_init(struct lcd_logical_driver *driver, char *args); |
8 | void joy_close(); |
9 | char joy_getkey(); |
10 | |
11 | |
12 | #endif |
Note: See TracBrowser
for help on using the repository browser.