Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tuio_cpp
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pirvi-public
tuio_cpp
Commits
fdceaaea
Commit
fdceaaea
authored
8 years ago
by
Martin Kaltenbrunner
Committed by
GitHub
8 years ago
Browse files
Options
Downloads
Patches
Plain Diff
fix pointers
parent
08670a47
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
readme.md
+9
-9
9 additions, 9 deletions
readme.md
with
9 additions
and
9 deletions
readme.md
+
9
−
9
View file @
fdceaaea
...
...
@@ -54,25 +54,25 @@ messages.
A TuioListener needs to implement the following methods:
*
**
addTuioObject(TuioObject
*tobj)*
*
this is called when an object
*
**
addTuioObject(TuioObject
\
*
tobj)
**
this is called when an object
becomes visible
*
**
removeTuioObject(TuioObject
*tobj)*
*
an object was removed from
*
**
removeTuioObject(TuioObject
\
*
tobj)
**
an object was removed from
the surface
*
**
updateTuioObject(TuioObject
*tobj)*
*
an object was moved on the
*
**
updateTuioObject(TuioObject
\
*
tobj)
**
an object was moved on the
table surface
*
**
addTuioCursor(TuioCursor
*tcur)*
*
this is called when a new cursor
*
**
addTuioCursor(TuioCursor
\
*
tcur)
**
this is called when a new cursor
is detected
*
**
removeTuioCursor(TuioCursor
*tcur)*
*
a cursor was removed from the
*
**
removeTuioCursor(TuioCursor
\
*
tcur)
**
a cursor was removed from the
surface
*
**
updateTuioCursor(TuioCursor
*tcur)*
*
a cursor was moving on the
*
**
updateTuioCursor(TuioCursor
\
*
tcur)
**
a cursor was moving on the
table surface
*
**
addTuioBlob(TuioBlob
*tblb)*
*
this is called when a new blob is
*
**
addTuioBlob(TuioBlob
\
*
tblb)
**
this is called when a new blob is
detected
*
**
removeTuioBlob(TuioBlob
*tblb)*
*
a blob was removed from the
*
**
removeTuioBlob(TuioBlob
\
*
tblb)
**
a blob was removed from the
surface
*
**
updateTuioBlob(TuioBlob
*tblb)*
*
a cursor was moving on the table
*
**
updateTuioBlob(TuioBlob
\
*
tblb)
**
a cursor was moving on the table
surface
*
**refresh(TuioTime bundleTime)**
this method is called after each
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment