Revision 66 TBetaBase.cpp
| TBetaBase.cpp (revision 66) | ||
|---|---|---|
| 650 | 650 |
|
| 651 | 651 |
void TBetaBase::TouchMoved( ofxTBetaCvBlob b) |
| 652 | 652 |
{
|
| 653 |
//printf("b: %f, %f\n", b.centroid.x, b.centroid.y);
|
|
| 654 | 653 |
if(bTUIOMode)//If sending TUIO, add the blob to the map list |
| 655 | 654 |
{
|
| 656 | 655 |
//if blob is not otuside calibration mesh |
| ... | ... | |
| 664 | 663 |
*****************************************************************************/ |
| 665 | 664 |
void TBetaBase::mouseMoved(int x, int y) |
| 666 | 665 |
{
|
| 667 |
} |
|
| 666 |
} |
|
| 668 | 667 |
|
| 669 | 668 |
void TBetaBase::mouseDragged(int x, int y, int button) |
| 670 | 669 |
{
|
| ... | ... | |
| 676 | 675 |
{
|
| 677 | 676 |
if(showConfiguration){
|
| 678 | 677 |
gui->mousePressed(x, y, button); //guilistener |
| 679 |
if(x > ofGetWidth() - 230 && y > ofGetHeight() - 14) ofLaunchBrowser("http://tbeta.nuigroup.com");
|
|
| 678 |
if(x > ofGetWidth() - 230 && y > ofGetHeight() - 14) ofLaunchBrowser("http://www.wordpress.com");
|
|
| 680 | 679 |
} |
| 681 | 680 |
} |
| 682 | 681 |
|
Also available in: Unified diff
