NostalgiaRoom docs
nostalgia.media.mit.edu
 All Classes Files Functions Variables Macros Groups Pages
Functions
OpenframeworksDefaults

Default functions provided by Openframeworks. More...

Functions

void testApp::setup ()
 
void testApp::update ()
 
void testApp::draw ()
 
void testApp::keyPressed (int key)
 
void testApp::keyReleased (int key)
 
void testApp::mouseMoved (int x, int y)
 
void testApp::mouseDragged (int x, int y, int button)
 
void testApp::mousePressed (int x, int y, int button)
 
void testApp::mouseReleased (int x, int y, int button)
 
void testApp::windowResized (int w, int h)
 
void testApp::dragEvent (ofDragInfo dragInfo)
 
void testApp::gotMessage (ofMessage msg)
 

Detailed Description

Default functions provided by Openframeworks.

Function Documentation

void testApp::dragEvent ( ofDragInfo  dragInfo)

Definition at line 467 of file testApp.cpp.

void testApp::draw ( )

Definition at line 201 of file testApp.cpp.

void testApp::gotMessage ( ofMessage  msg)

Definition at line 462 of file testApp.cpp.

void testApp::keyPressed ( int  key)

Definition at line 395 of file testApp.cpp.

void testApp::keyReleased ( int  key)

Definition at line 432 of file testApp.cpp.

void testApp::mouseDragged ( int  x,
int  y,
int  button 
)

Definition at line 442 of file testApp.cpp.

void testApp::mouseMoved ( int  x,
int  y 
)

Definition at line 437 of file testApp.cpp.

void testApp::mousePressed ( int  x,
int  y,
int  button 
)

Definition at line 447 of file testApp.cpp.

void testApp::mouseReleased ( int  x,
int  y,
int  button 
)

Definition at line 452 of file testApp.cpp.

void testApp::setup ( )

Setting a very large far clip

Definition at line 3 of file testApp.cpp.

void testApp::update ( )

Definition at line 88 of file testApp.cpp.

void testApp::windowResized ( int  w,
int  h 
)

Definition at line 457 of file testApp.cpp.