NEWS APPS DOCS ABOUT | ||||
Autodocs Include classes clib datatypes devices audio.h / .i bootblock.h / .i cd.h / .i clipboard.h / .i console.h / .i conunit.h / .i gameport.h / .i hardblocks.h / .i input.h / .i inputevent.h / .i keyboard.h / .i keymap.h / .i narrator.h / .i parallel.h / .i printer.h / .i prtbase.h / .i prtgfx.h / .i scsidisk.h / .i serial.h / .i timer.h / .i trackdisk.h / .i diskfont dos exec gadgets graphics hardware images intuition libraries pragma pragmas prefs proto reaction resources rexx utility workbench GuruMeditation | #ifndef DEVICES_KEYBOARD_H #define DEVICES_KEYBOARD_H /* ** $VER: keyboard.h 36.0 (1.5.1990) ** Includes Release 45.1 ** ** Keyboard device command definitions ** ** (C) Copyright 1985-2001 Amiga, Inc. ** All Rights Reserved */ #ifndef EXEC_IO_H #include <exec/io.h> #endif #define KBD_READEVENT (CMD_NONSTD+0) #define KBD_READMATRIX (CMD_NONSTD+1) #define KBD_ADDRESETHANDLER (CMD_NONSTD+2) #define KBD_REMRESETHANDLER (CMD_NONSTD+3) #define KBD_RESETHANDLERDONE (CMD_NONSTD+4) #endif /* DEVICES_KEYBOARD_H */ Comments |
$VER: d0.se 1.14 Copyright © 2011-2024 Tobias Geijersson support at d0 dot se |