2001-12-27 23:30:36 +00:00
|
|
|
/*
|
|
|
|
|
* input.h
|
|
|
|
|
* This file is part of LCDd, the lcdproc server.
|
|
|
|
|
*
|
|
|
|
|
* This file is released under the GNU General Public License. Refer to the
|
|
|
|
|
* COPYING file distributed with this package.
|
|
|
|
|
*
|
|
|
|
|
* Copyright (c) 1999, William Ferrell, Scott Scriven
|
|
|
|
|
* 2001, Joris Robijn
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
|
1999-12-09 23:15:14 +00:00
|
|
|
#ifndef INPUT_H
|
|
|
|
|
#define INPUT_H
|
|
|
|
|
|
|
|
|
|
// Accepts and uses keypad input while displaying screens...
|
2000-03-30 20:20:41 +00:00
|
|
|
int handle_input ();
|
1999-12-09 23:15:14 +00:00
|
|
|
|
|
|
|
|
#endif
|