source:
npl/mediabox/lcdproc_edwin/src/server/drivers/joy.h
Last change on this file was c5c522c, checked in by , 8 years ago | |
---|---|
|
|
File size: 178 bytes |
Rev | Line | |
---|---|---|
[c5c522c] | 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.