added mouse wheel support (patch 1696082)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45340 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2007-04-08 22:28:42 +00:00
parent 75722dbab8
commit 2cdb6fdb13
2 changed files with 20 additions and 0 deletions

View File

@@ -127,6 +127,10 @@ wxMSW:
- Fixed infinite loop in wxThread::Wait() in console applications.
- Return the restored window size from GetSize() when window is minimized.
wxX11:
- Added mouse wheel support (David Hart)
2.8.4
-----