Classes | Typedefs

/Users/slork/njb/svn/src/common/mo_touch.h File Reference

Multi-touch API. More...

#import <UIKit/UIKit.h>
#include "mo_def.h"
#include <map>
#include <vector>

Go to the source code of this file.

Classes

struct  MoTouchTrack
 one track associated with a touch gesture (from begin to end/cancel) More...
class  MoTouchUpdater
 [Internal/Do Not Use] More...
class  MoTouch
 Multi-touch (static class). More...

Typedefs

typedef void(* MoTouchCallback )(NSSet *touches, UIView *view, std::vector< MoTouchTrack > &tracks, void *data)
 definition for the general touch callback function

Detailed Description

Multi-touch API.

Author:
Jieun Oh, Nicholas J. Bryan, Jorge Herrera, Ge Wang
Date:
Fall 2009
Version:
1.0.1

Mobile Music research @ CCRMA, Stanford University: http://momu.stanford.edu/


Typedef Documentation

definition for the general touch callback function

To access multi-touch, create a touch callback with this type definition, register the callback (i.e. MoTouch::addCallback( touchCallback ); ) and start receiving multi-touch events.

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines