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:
parent
a802c4c40a
commit
448cd50546
@ -591,6 +591,7 @@ void GraphicsWindowCarbon::installEventHandler() {
|
||||
{kEventClassMouse, kEventMouseMoved},
|
||||
{kEventClassMouse, kEventMouseDragged},
|
||||
{kEventClassMouse, kEventMouseWheelMoved},
|
||||
{kEventClassMouse, 11 /* kEventMouseScroll */},
|
||||
|
||||
{kEventClassKeyboard, kEventRawKeyDown},
|
||||
{kEventClassKeyboard, kEventRawKeyRepeat},
|
||||
|
Loading…
Reference in New Issue
Block a user