aboutsummaryrefslogtreecommitdiff
path: root/mousew16.lnk
blob: b8a068c57a1228d1b7148855fa291ab83c8877aa (plain)
1
2
3
4
5
6
7
8
9
10
11
system windows_dll
option map=mousew16.map
option modname=MOUSE   # This is necessary; USER.EXE imports mouse functions using this module name
option description 'VBMouse int33 absolute mouse driver'

segment CALLBACKS fixed shared      # We need a non-moveable segment to store our callback routines

export Inquire.1
export Enable.2
export Disable.3
export MouseGetIntVect.4