topical media & game development

talk show tell print

lib-of-vs-apps-examples-emptyExample-src-testApp.cpp / cpp



  include <testApp.h>
  include <stdio.h>
  
  //--------------------------------------------------------------
  testApp::testApp(){
  
  }
  
  //--------------------------------------------------------------
  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::resized(int w, int h){
  
  }
  
  


(C) Æliens 04/09/2009

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.