Revision 16,
605 bytes
checked in by marcus, 14 years ago
(diff) |
r1 | svn | 2007-12-13 11:10:29 +0100 (Do, 13 Dez 2007) | 2 lines
Initial import
|
Line | |
---|
1 | |
---|
2 | /* file EVUSRDEF.H |
---|
3 | * ========== |
---|
4 | * |
---|
5 | * version 2, 31-AUG-91 |
---|
6 | * |
---|
7 | * prototypes of module EVENTMGR.C |
---|
8 | * K. Stammler, 31-AUG91 |
---|
9 | */ |
---|
10 | |
---|
11 | |
---|
12 | #ifndef __EVUSRDEF |
---|
13 | #define __EVUSRDEF |
---|
14 | |
---|
15 | /*-------------------------------------------------------------------------*/ |
---|
16 | |
---|
17 | |
---|
18 | void ev_read_character( char *ch, BOOLEAN polling ); |
---|
19 | |
---|
20 | /* reads a single character from keyboard and handles events |
---|
21 | * |
---|
22 | * parameters of routine |
---|
23 | * char *ch; output; character read |
---|
24 | * BOOLEAN polling; input; if "FALSE", wait for keyboard event |
---|
25 | */ |
---|
26 | |
---|
27 | |
---|
28 | /*-------------------------------------------------------------------------*/ |
---|
29 | |
---|
30 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.