I would like to keep track of all mouse events at system level (not only in my application). I've quickly googled this but found no real interesting pointer.
Do you know how to achieve this?
Thanks in adavance for your help :)
Regards,
1 Answer 1
I know of 2 ways: installing Carbon Event handlers on the event monitor target (GetEventMonitorTarget) or using a Quartz event tap (CGEventTapCreate).
answered Jun 12, 2010 at 16:37
JWWalker
22.8k6 gold badges61 silver badges80 bronze badges
Sign up to request clarification or add additional context in comments.