NEWS APPS DOCS ABOUT | ||||
Autodocs Include classes clib datatypes devices diskfont dos exec gadgets graphics hardware images intuition libraries pragma pragmas prefs asl.i / .h font.i / .h icontrol.i / .h input.i / .h locale.i / .h overscan.i / .h palette.i / .h pointer.i / .h prefhdr.i / .h printergfx.i / .h printerps.i / .h printertxt.i / .h reaction.h screenmode.i / .h serial.i / .h sound.i / .h wbpattern.i / .h workbench.i / .h proto reaction resources rexx utility workbench GuruMeditation | IFND PREFS_INPUT_I PREFS_INPUT_I SET 1 ** ** $VER: input.i 38.2 (28.6.1991) ** Includes Release 45.1 ** ** File format for input preferences ** ** (C) Copyright 1991-2001 Amiga, Inc. ** All Rights Reserved ** ;--------------------------------------------------------------------------- IFND EXEC_TYPES_I INCLUDE "exec/types.i" ENDC IFND DEVICES_TIMER_I INCLUDE "devices/timer.i" ENDC ;--------------------------------------------------------------------------- ID_INPT equ "INPT" STRUCTURE InputPrefs,0 STRUCT ip_Keymap,16 UWORD ip_PointerTicks STRUCT ip_DoubleClick,TV_SIZE STRUCT ip_KeyRptDelay,TV_SIZE STRUCT ip_KeyRptSpeed,TV_SIZE WORD ip_MouseAccel LABEL InputPrefs_SIZEOF ;--------------------------------------------------------------------------- ENDC ; PREFS_INPUT_I Comments |
$VER: d0.se 1.14 Copyright © 2011-2024 Tobias Geijersson support at d0 dot se |