|
TSPS
1.3.2
TSPS is a cross-platform Toolkit for Sensing People in Spaces
|
#include <TUIOSender.h>
Public Member Functions | |
| TUIOSender () | |
| ~TUIOSender () | |
| void | setup (std::string host, int port) |
| void | update () |
| void | cursorPressed (float x, float y, int cursorId) |
| void | cursorReleased (float x, float y, int cursorId) |
| void | cursorDragged (float x, float y, int cursorId) |
Public Attributes | |
| bool | verbose |
| TuioServer * | tuioServer |
Protected Attributes | |
| std::string | host |
| int | port |
| TuioCursor * | tuioCursor [OF_MAX_TOUCHES] |
| TuioPersonCursor | myCursor [OF_MAX_TOUCHES] |
| TuioTime | currentTime |
Definition at line 42 of file TUIOSender.h.
| ofxTSPS::TUIOSender::TUIOSender | ( | ) | [inline] |
Definition at line 47 of file TUIOSender.h.
| ofxTSPS::TUIOSender::~TUIOSender | ( | ) | [inline] |
Definition at line 54 of file TUIOSender.h.
| void ofxTSPS::TUIOSender::cursorDragged | ( | float | x, |
| float | y, | ||
| int | cursorId | ||
| ) |
Definition at line 15 of file TUIOSender.cpp.
| void ofxTSPS::TUIOSender::cursorPressed | ( | float | x, |
| float | y, | ||
| int | cursorId | ||
| ) |
Definition at line 9 of file TUIOSender.cpp.
| void ofxTSPS::TUIOSender::cursorReleased | ( | float | x, |
| float | y, | ||
| int | cursorId | ||
| ) |
Definition at line 22 of file TUIOSender.cpp.
| void ofxTSPS::TUIOSender::setup | ( | std::string | host, |
| int | port | ||
| ) |
Definition at line 28 of file TUIOSender.cpp.
| void ofxTSPS::TUIOSender::update | ( | ) |
Definition at line 45 of file TUIOSender.cpp.
TuioTime ofxTSPS::TUIOSender::currentTime [protected] |
Definition at line 71 of file TUIOSender.h.
std::string ofxTSPS::TUIOSender::host [protected] |
Definition at line 67 of file TUIOSender.h.
TuioPersonCursor ofxTSPS::TUIOSender::myCursor[OF_MAX_TOUCHES] [protected] |
Definition at line 70 of file TUIOSender.h.
int ofxTSPS::TUIOSender::port [protected] |
Definition at line 68 of file TUIOSender.h.
TuioCursor* ofxTSPS::TUIOSender::tuioCursor[OF_MAX_TOUCHES] [protected] |
Definition at line 69 of file TUIOSender.h.
| TuioServer* ofxTSPS::TUIOSender::tuioServer |
Definition at line 45 of file TUIOSender.h.
Definition at line 44 of file TUIOSender.h.