home *** CD-ROM | disk | FTP | other *** search
- {$if not def PREFS_INPUT_H} CONST PREFS_INPUT_H=TRUE;
-
- { ******************************************************************
- ** KickPascal-Include-Datei "prefs/input.h" zu Kickstart 3.0 **
- ****************************************************************** }
-
- {$if not def LIBRARIES_IFFPARSE_H;incl "libraries/iffparse.h";endif}
- {$if not def DEVICES_TIMER_H;incl "devices/timer.h";endif}
-
- CONST
- ID_INPT = $494e5054; { "INPT" }
-
- TYPE
- p_InputPrefs=^InputPrefs;
- InputPrefs = RECORD
- ip_Keymap : String[16];
- ip_PointerTicks : Word;
- ip_DoubleClick : timeval;
- ip_KeyRptDelay : timeval;
- ip_KeyRptSpeed : timeval;
- ip_MouseAccel : Integer;
- end;
-
- {$endif}
-