Serge Ivanov
[wine.git] / windows / ttydrv / mouse.c
blob9e74c4d1e4c137158bee7cc72192f4514de805f7
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 LONG TTYDRV_MOUSE_EnableWarpPointer(BOOL bEnable)
28 return 0;
31 /***********************************************************************
32 * TTYDRV_MOUSE_Init
34 void TTYDRV_MOUSE_Init()