Added support for WM_XBUTTON to the windib driver, to support more mouse

buttons.

   Fixes Bugzilla #311.

--HG--
branch : SDL-1.2
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%402363
This commit is contained in:
Ryan C. Gordon 2007-06-16 05:10:47 +00:00
parent bacb61113e
commit f9e2e9d635
3 changed files with 43 additions and 3 deletions

View file

@ -74,6 +74,9 @@ SDL 1.2.12 is a minor bug fix release.
<H3> Windows Notes </H3>
<BLOCKQUOTE>
<P>
The windib driver now supports more mouse buttons with WM_XBUTTON events.
</P>
<P>
Added support for UTF-8 window titles on Windows.
</P>