| changeset 27 | 6c08d4d7219e |
| parent 26 | 858e90c7cbaa |
| child 28 | 9ccef81f02ab |
| 26:858e90c7cbaa | 27:6c08d4d7219e |
|---|---|
23 document.body.removeChild(el); |
23 document.body.removeChild(el); |
24 } |
24 } |
25 } |
25 } |
26 }); |
26 }); |
27 |
27 |
28 function tuio_callback(type, sid, fid, x, y, z, angle) { |
28 function tuio_callback(type, sid, fid, x, y, z, angle, code) { |
29 tuio.callback(type, sid, fid, x, y, z, angle); |
29 |
30 if(type < 6) |
|
31 tuio.cursorCallback(type, sid, fid, x, y, z, angle); |
|
32 else |
|
33 tuio.stringCallback(type, sid, code); |
|
30 } |
34 } |
31 |
35 |