Use hardcoded settings for VIA VT1708S (they are reported to work
[AROS.git] / workbench / prefs / input / stringify.h
blob87391f9424c952f2b1db75c550058c7fff29c4c5
1 #ifndef _STRINGIFY_H
2 #define _STRINGIFY_H
4 /*
5 Copyright © 2010, The AROS Development Team. All rights reserved.
6 $Id$
7 */
9 /*** Variables **************************************************************/
10 extern struct MUI_CustomClass *Stringify_CLASS;
12 /*** Macros *****************************************************************/
13 #define StringifyObject BOOPSIOBJMACRO_START(Stringify_CLASS->mcc_Class)
15 /*** Attributes *************************************************************/
16 #define MUIA_MyStringifyType 0x8001
18 /*** Values *****************************************************************/
19 #define STRINGIFY_DoubleClickDelay 0x00
20 #define STRINGIFY_RepeatDelay 0x01
21 #define STRINGIFY_RepeatRate 0x02
23 #endif