Mercurial > sdl-ios-xcode
diff src/video/wincommon/wmmsg.h @ 3970:203695f768e0 SDL-1.2
Added support for WM_XBUTTON to the windib driver, to support more mouse
buttons.
Fixes Bugzilla #311.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Sat, 16 Jun 2007 05:10:47 +0000 |
parents | 74212992fb08 |
children | aea2f9cd5b8e |
line wrap: on
line diff
--- a/src/video/wincommon/wmmsg.h Fri Jun 15 15:52:04 2007 +0000 +++ b/src/video/wincommon/wmmsg.h Sat Jun 16 05:10:47 2007 +0000 @@ -525,8 +525,8 @@ "WM_MBUTTONUP", "WM_MOUSELAST", "WM_MOUSELAST", - "UNKNOWN (523)", - "UNKNOWN (524)", + "WM_XBUTTONDOWN", + "WM_XBUTTONUP", "UNKNOWN (525)", "UNKNOWN (526)", "UNKNOWN (527)",