NEWS APPS DOCS ABOUT | ||||
Autodocs Include classes clib datatypes devices diskfont dos exec gadgets graphics hardware images intuition libraries pragma pragmas prefs asl.h / .i font.h / .i icontrol.h / .i input.h / .i locale.h / .i overscan.h / .i palette.h / .i pointer.h / .i prefhdr.h / .i printergfx.h / .i printerps.h / .i printertxt.h / .i reaction.h screenmode.h / .i serial.h / .i sound.h / .i wbpattern.h / .i workbench.h / .i proto reaction resources rexx utility workbench GuruMeditation | #ifndef PREFS_INPUT_H #define PREFS_INPUT_H /* ** $VER: input.h 38.2 (28.6.1991) ** Includes Release 45.1 ** ** File format for input preferences ** ** (C) Copyright 1991-2001 Amiga, Inc. ** All Rights Reserved */ /*****************************************************************************/ #ifndef EXEC_TYPES_H #include <exec/types.h> #endif #ifndef LIBRARIES_IFFPARSE_H #include <libraries/iffparse.h> #endif #ifndef DEVICES_TIMER_H #include <devices/timer.h> #endif /*****************************************************************************/ #define ID_INPT MAKE_ID('I','N','P','T') struct InputPrefs { char ip_Keymap[16]; UWORD ip_PointerTicks; struct timeval ip_DoubleClick; struct timeval ip_KeyRptDelay; struct timeval ip_KeyRptSpeed; WORD ip_MouseAccel; }; /*****************************************************************************/ #endif /* PREFS_INPUT_H */ Comments |
$VER: d0.se 1.14 Copyright © 2011-2025 Tobias Geijersson support at d0 dot se |