source:
npl/mediabox/lcdproc_edwin/src/server/drivers/joy.h
@
ac00c8f
| Last change on this file since ac00c8f was c5c522c, checked in by , 9 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.
