- Set up the real-mode IDT.
[AROS.git] / workbench / prefs / input / keymap.h
blob725a5730220ce3fdfd447135dd63f2e44137264e
1 /*** Variables **************************************************************/
2 extern struct MUI_CustomClass *Keymap_CLASS;
4 /*** Macros *****************************************************************/
5 #define KeymapObject BOOPSIOBJMACRO_START(Keymap_CLASS->mcc_Class)
7 /*** Attributes *************************************************************/
8 #define MUIA_Keymap_Base (TAG_USER + 0x9000)
10 #define MUIA_Keymap_Keymap (MUIA_Keymap_Base + 1)