Skip to content

Instantly share code, notes, and snippets.

vector<ofRectangle> ofApp::getMonitorInfo(int* count, ofRectangle* whole)
{
GLFWmonitor** monitor;
GLFWvidmode const* mode;
ofRectangle rect;
vector<ofRectangle> temp;
int c;
int x;
int y;
int i;
void setup()
{
String[] device;
int i;
device = getSpeechDevice();
for (i = 0; i < device.length; ++i) {
println(device[i]);
}