summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qapplication_mac.mm
diff options
context:
space:
mode:
authorNorwegian Rock Cat <qt-info@nokia.com>2009-07-01 14:34:21 +0200
committerNorwegian Rock Cat <qt-info@nokia.com>2009-07-01 14:51:51 +0200
commite14d27dc775d508dc7300e36ba6a3809eb3f61e4 (patch)
tree1c3924c576ef287a50984b419b6fb325b247ac58 /src/gui/kernel/qapplication_mac.mm
parent66a281ab76303074cd9cbb6cd22dcc5f3dbe8454 (diff)
Implement hitTest
Cocoa calls hitTest on our view to determine if the view should get the mouse press. We always said, "yes" and did all the logic ourselves. Turns out that we can say "no" if I'm transparent to mouse events and remove all that code where we do all the work ourselves. Big maintenance win! For the time being I've kept the "transparentViewForEvent" method since it might be useful for others, but no one is using it at the moment and we may just kill it soon. HitTest should handle this situation correctly.
Diffstat (limited to 'src/gui/kernel/qapplication_mac.mm')
0 files changed, 0 insertions, 0 deletions