comparison src/Voice.cpp @ 12:317637282293

Compressed keyboard handling code, added calibration key 'c'.
author samer
date Mon, 30 Jan 2012 00:00:15 +0000
parents a8f71b5bdb0e
children 9e31c0507e65
comparison
equal deleted inserted replaced
11:066104f9a2e2 12:317637282293
29 ofFill(); 29 ofFill();
30 } else { 30 } else {
31 ofNoFill(); 31 ofNoFill();
32 } 32 }
33 ofCircle(posx, posy, radius); 33 ofCircle(posx, posy, radius);
34 if (highlight){ 34 if (highlight) ofSetColor(255, 192, 192);
35 ofSetColor(255, 192, 192);
36 }
37 ofNoFill(); 35 ofNoFill();
38 ofCircle(posx, posy, radius); 36 ofCircle(posx, posy, radius);
39 } 37 }
40 38
41 bool Voice::isInVoice(int x, int y){ 39 bool Voice::isInVoice(int x, int y){