Finger events dont fire? (fingerup/finger down)

Hi,

I am not getting any finger touch events. This is on OSX. And I am using a trackpad.

Do touch events not occur on OSX and only iPad, is that it? Otherwise this is a bug.

Here is my problem. The mousewheel events are firing FAR TOO MUCH. If I flick the trackpad and let go… it acts like I “flipped a wheel that is still spinning”… however this is bad and causes too much scrolling in my game.

I need to know if the user is still touching the trackpad or not. So I can ignore mousewheel events.