aboutsummaryrefslogtreecommitdiff
path: root/w16mouse.lnk
diff options
context:
space:
mode:
authorJavier <dev.git@javispedro.com>2022-03-29 01:15:53 +0200
committerJavier <dev.git@javispedro.com>2022-03-29 01:15:53 +0200
commita816d1a09b1045fb5c155ac73f3231fcf9d93180 (patch)
treec4e31e850b9f2afb36acd6119483cf350c33f596 /w16mouse.lnk
parent67ebca92621aef31ff97705013456e95e60f7fbe (diff)
downloadvbados-a816d1a09b1045fb5c155ac73f3231fcf9d93180.tar.gz
vbados-a816d1a09b1045fb5c155ac73f3231fcf9d93180.zip
initial import of DOS mouse driver
Diffstat (limited to 'w16mouse.lnk')
-rw-r--r--w16mouse.lnk11
1 files changed, 11 insertions, 0 deletions
diff --git a/w16mouse.lnk b/w16mouse.lnk
new file mode 100644
index 0000000..bb80eb2
--- /dev/null
+++ b/w16mouse.lnk
@@ -0,0 +1,11 @@
+system windows_dll
+option map=w16mouse.map
+option modname=MOUSE # This is necessary; USER.EXE imports mouse functions using this module name
+option description 'VirtualBox 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