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
tools/adflib: build only host variant which is used by Sam440 target
[AROS.git]
/
arch
/
m68k-amiga
/
hidd
/
mouse
/
amigamouse.conf
blob
5525b29f2d37a68d94cb2d34a8612cd75def38d0
1
##begin config
2
basename AmigaMouse
3
residentpri 40
4
libbasetype struct mousebase
5
version 1.0
6
classid CLID_Hidd_Amigamouse
7
superclass CLID_Hidd
8
classptr_field msd.mouseclass
9
classdatatype struct mouse_data
10
oopbase_field msd.cs_OOPBase
11
seglist_field msd.cs_SegList
12
##end config
13
14
##begin cdefprivate
15
#include "mouse.h"
16
##end cdefprivate
17
18
##begin methodlist
19
.interface Root
20
New
21
Dispose
22
Get
23
##end methodlist
24