comparison dwt/internal/win32/WINTYPES.d @ 258:cb5dd561de90

Fix incorrect struct MOUSEINPUT
author Frank Benoit <benoit@tionex.de>
date Sun, 20 Jul 2008 23:18:31 +0200
parents af384beab7b5
children 2df5d418d92b 91eec9fa94de
comparison
equal deleted inserted replaced
257:af384beab7b5 258:cb5dd561de90
14756 // DWORD dwFlags; 14756 // DWORD dwFlags;
14757 //} 14757 //}
14758 //alias MONITORINFO* PMONITORINFO, LPMONITORINFO; 14758 //alias MONITORINFO* PMONITORINFO, LPMONITORINFO;
14759 14759
14760 struct MOUSEINPUT { 14760 struct MOUSEINPUT {
14761 LONG dx; 14761 LONG dx;
14762 LONG dy; 14762 LONG dy;
14763 DWORD mouseData; 14763 DWORD mouseData;
14764 DWORD dwFlags; 14764 DWORD dwFlags;
14765 DWORD dwExtraInfo; 14765 DWORD time;
14766 ULONG_PTR dwExtraInfo;
14766 } 14767 }
14767 14768
14768 //struct MSG { 14769 //struct MSG {
14769 // int hwnd; 14770 // int hwnd;
14770 // int message; 14771 // int message;