root / ofxTouchAPI / src / ofxTouchAPI.h @ 67

View | Annotate | Download (1.7 KB)

1
/***********************************************************************
2
 
3
 Copyright (c) 2009, 2010 Dimitri Diakopoulos, http://www.dimitridiakopoulos.com/
4
5
6
        Redistribution and use in source and binary forms, with or without modification, 
7
        are permitted provided that the following conditions are met:
8
9
        1. Redistributions of source code must retain the above copyright notice, 
10
        this list of conditions and the following disclaimer.
11
12
        2. Redistributions in binary form must reproduce the above copyright notice, 
13
        this list of conditions and the following disclaimer in the documentation and/or 
14
        other materials provided with the distribution.
15
16
        3. The name of the author may not be used to endorse or promote products derived 
17
        from this software without specific prior written permission.
18
19
        THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND 
20
        ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 
21
        IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 
22
        ARE DISCLAIMED. IN NOEVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, 
23
        INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 
24
        (INCLUDING, BUT NOT LIMITED TO,PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 
25
        LOSS OF USE, DATA, ORPROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED 
26
        AND ON ANY THEORY OFLIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
27
        OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT 
28
        OF THE USE OF THIS SOFTWARE,EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
29
30
*************************************************************************/ 
31
32
#pragma once
33
34
#include "ofxTuio.h"
35
#include "ofxTouchAPI_HitTest.h"
36
37
extern myTuioClient tuio;