Made server communication faster by using a shared memory block.
[wine/multimedia.git] / windows / ttydrv / mouse.c
blobe74f4e8f45f84759b16e1e108d3e029aedc29791
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_EnableWarpPointer
26 BOOL TTYDRV_MOUSE_EnableWarpPointer(BOOL bEnable)
28 return TRUE;