5 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
8 Desc: Input prefs definitions
13 # include <exec/types.h>
16 #ifndef LIBRARIES_IFFPARSE_H
17 # include <libraries/iffparse.h>
20 #ifndef DEVICES_TIMER_H
21 # include <devices/timer.h>
24 #define ID_INPT MAKE_ID('I','N','P','T')
28 UWORD ip_PointerTicks
;
29 struct timeval ip_DoubleClick
;
30 struct timeval ip_KeyRptDelay
;
31 struct timeval ip_KeyRptSpeed
;
35 #endif /* PREFS_INPUT_H */