repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
revert between 56095 -> 55830 in arch
[AROS.git]
/
arch
/
m68k-amiga
/
hidd
/
keyboard
/
amigakbd.conf
blob
39d6987e8337391970e15518c2f54cb3d8078703
1
##begin config
2
basename AmigaKbd
3
libbasetype struct kbdbase
4
version 1.0
5
residentpri 40
6
classid CLID_Hidd_HwKbd
7
superclass CLID_Hidd
8
classptr_field ksd.kbdclass
9
oopbase_field ksd.cs_OOPBase
10
seglist_field ksd.cs_SegList
11
classdatatype struct kbd_data
12
##end config
13
14
##begin cdefprivate
15
#include <hidd/keyboard.h>
16
#include "kbd.h"
17
##end cdefprivate
18
19
##begin methodlist
20
.interface Root
21
New
22
Dispose
23
##end methodlist