PDA

View Full Version : MacOSX Secondary Click



litheon
30th April 2012, 13:23
Hi everyone,

I'm working in Mac OSX and the

void contextMenuEvent(QContextMenuEvent *event);

is only triggered when CTRL + mousepad is clicked.
But in my Mac I also got the "two finger tap" secondary click enabled, but it doesnt trigger this event.
I'm busy with the TouchEvent of QWidget, but isn't there something built in Qt?

Thanks!

:)

litheon
30th April 2012, 16:52
My QWidget contains a QMacCocoaContainer, that is probably catching the events ...