Ignore:
Timestamp:
Dec 24, 1999, 7:51:55 PM (26 years ago)
Author:
sandervl
Message:

Message handling rewrite

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/winmouse.h

    r1629 r2201  
    1 /* $Id: winmouse.h,v 1.1 1999-11-08 13:44:41 sandervl Exp $ */
     1/* $Id: winmouse.h,v 1.2 1999-12-24 18:51:55 sandervl Exp $ */
    22/*
    33 * Mouse handler for DINPUT
     
    2121#define MOUSEMSG_MOVE   1
    2222
    23 BOOL DInputMouseHandler(HWND hwnd, ULONG msg, ULONG x, ULONG y, ULONG info);
     23BOOL DInputMouseHandler(HWND hwnd, ULONG msg, ULONG x, ULONG y);
    2424
    2525#endif //__WINMOUSE_H__
Note: See TracChangeset for help on using the changeset viewer.