0 Members and 1 Guest are viewing this topic.
If you look at the NDK's autodoc, you will see that keymap.library already existed in OS 2.0 (V36). Have you tried opening the library like this ? struct Library *KeymapBase = NULL;..KeymapBase = OpenLibrary("keymap.library", 0);..x303