1 ; vi:set filetype=nasm:
2 ; foo_ are watcom functions, _foo are djgpp functions
20 ; int have_mouse(void)
29 mov [esp + PUSHA_EAX_OFFS], eax
33 ; void show_mouse(int show)
64 ; int read_mouse(int *xp, int *yp)
76 mov [esp + PUSHA_EAX_OFFS], eax
105 ; void set_mouse(int x, int y)
132 ; void set_mouse_limits(int xmin[eax], int ymin[edx], int xmax[ebx], int ymax[ecx])
133 global set_mouse_limits_
141 mov cx, [esp + PUSHA_EDX_OFFS]
142 mov dx, [esp + PUSHA_ECX_OFFS]
147 global _set_mouse_limits
168 ; void set_mouse_rate(int xrate, int yrate)
169 global set_mouse_rate_
178 global _set_mouse_rate