Merged mouse dll into USER.
[wine.git] / windows / ttydrv / mouse.c
blob18042562794ac6e2b0fc4273d35fb13a279077e0
1 /*
2 * TTY mouse driver
4 * Copyright 1998,1999 Patrik Stridvall
5 */
7 #include "ttydrv.h"
9 /***********************************************************************
10 * TTYDRV_MOUSE_SetCursor
12 void TTYDRV_MOUSE_SetCursor( struct tagCURSORICONINFO *lpCursor )
16 /***********************************************************************
17 * TTYDRV_MOUSE_MoveCursor
19 void TTYDRV_MOUSE_MoveCursor(WORD wAbsX, WORD wAbsY)
23 /***********************************************************************
24 * TTYDRV_MOUSE_Init
26 void TTYDRV_MOUSE_Init(LPMOUSE_EVENT_PROC proc)