2 Copyright © 1995-2007, The AROS Development Team. All rights reserved.
5 Desc: keymap.library function AskKeyMapDefault()
8 #include "keymap_intern.h"
10 #include <aros/debug.h>
12 /*****************************************************************************
15 #include <clib/keymap_protos.h>
17 AROS_LH0(struct KeyMap
*, AskKeyMapDefault
,
23 struct Library
*, KeymapBase
, 6, Keymap
)
26 Gives you a pointer to the current system default keymap.
31 Pointer to the system defaul keymap.
45 27-11-96 digulla automatically created from
46 keymap_lib.fd and clib/keymap_protos.h
48 *****************************************************************************/
52 return (KMBase(KeymapBase
)->DefaultKeymap
);
55 } /* AskKeyMapDefault */