[Contents] [Index] [Help] [Retrace] [Browse <] [Browse >]


    struct InputPrefs
    {
        LONG           ip_Reserved[4];
        UWORD          ip_PointerTicks; /* Sensitivity of the pointer */
        struct timeval ip_DoubleClick;  /* Interval between clicks */
        struct timeval ip_KeyRptDelay;  /* keyboard repeat delay   */
        struct timeval ip_KeyRptSpeed;  /* Keyboard repeat speed   */
        WORD           ip_MouseAccel;   /* Mouse acceleration      */
    };


[Back to Amiga Developer Docs]