Static Public Member Functions | Friends

MoTouch Class Reference

Multi-touch (static class). More...

#include <mo_touch.h>

List of all members.

Static Public Member Functions

static void addCallback (const MoTouchCallback &callback, void *data)
 Add a callback method to receive multi-touch events.
static void removeCallback (const MoTouchCallback &callback)
 Remove a callback method.
static void clear ()
 Clear the internal state of MoTouch.

Friends

class MoTouchUpdater

Detailed Description

Multi-touch (static class).

Sample Code:

MoTouch::addCallback( touchCallback, NULL );


Member Function Documentation

void MoTouch::addCallback ( const MoTouchCallback callback,
void *  data 
) [static]

Add a callback method to receive multi-touch events.

void MoTouch::clear ( void   )  [static]

Clear the internal state of MoTouch.

void MoTouch::removeCallback ( const MoTouchCallback callback  )  [static]

Remove a callback method.


Friends And Related Function Documentation

friend class MoTouchUpdater [friend]

The documentation for this class was generated from the following files:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines