adding note for correct wheel params

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63265 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor 2010-01-25 22:24:49 +00:00
parent deeb0a89b9
commit bdb5b32a58

View File

@ -537,8 +537,9 @@ void SetupMouseEvent( wxMouseEvent &wxevent , wxMacCarbonEvent &cEvent )
break ;
}
break ;
case kEventMouseWheelMoved :
// TODO http://developer.apple.com/qa/qa2005/qa1453.html
// add declaration for 10.4 and change to kEventMouseScroll
case kEventMouseWheelMoved :
{
wxevent.SetEventType( wxEVT_MOUSEWHEEL ) ;