From Stephan Huber, "the support for the new mightymouse and new touchpads was incomplete in GraphicsWindowCarbon. Attached is a fixed version."

This commit is contained in:
Robert Osfield 2008-04-22 14:15:24 +00:00
parent a802c4c40a
commit 448cd50546

View File

@ -591,6 +591,7 @@ void GraphicsWindowCarbon::installEventHandler() {
{kEventClassMouse, kEventMouseMoved},
{kEventClassMouse, kEventMouseDragged},
{kEventClassMouse, kEventMouseWheelMoved},
{kEventClassMouse, 11 /* kEventMouseScroll */},
{kEventClassKeyboard, kEventRawKeyDown},
{kEventClassKeyboard, kEventRawKeyRepeat},