home *** CD-ROM | disk | FTP | other *** search
/ Amiga ACS 1998 #4 / amigaacscoverdisc1998-041998.iso / utilities / shareware / dev / vbcc / machines / amiga68k / include / inline / console_protos.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-12-30  |  497 b   |  5 lines

  1. struct InputEvent * __CDInputHandler(__reg("a0") struct InputEvent *events,__reg("a1") struct Library *consoleDevice ,__reg("a6") void *)="\tjsr\t-42(a6)";
  2. #define CDInputHandler(x1,x2) __CDInputHandler((x1),(x2),ConsoleDevice)
  3. LONG  __RawKeyConvert(__reg("a0") struct InputEvent *events,__reg("a1") STRPTR buffer,__reg("d1") long length,__reg("a2") struct KeyMap *keyMap ,__reg("a6") void *)="\tjsr\t-48(a6)";
  4. #define RawKeyConvert(x1,x2,x3,x4) __RawKeyConvert((x1),(x2),(x3),(x4),ConsoleDevice)
  5.