How to tell if someone is touching the trackpad

I need to know if the user is still touching the trackpad or not.

Basically, if the user’s finger is resting on the trackpad at all… Even if he isn’t clicking.

How do I do that? It isn’t using the fingerup or fingerdown event… cos I tried that.