/home/jpf/code/cc/project/cmil/demo/demo.cpp File Reference

#include <SDL/SDL.h>
#include <SDLSystem.h>
#include <InputSequencer.h>
#include <InputNode.h>
#include <InputContext.h>
#include <ContextActor.h>

Include dependency graph for demo.cpp:

Go to the source code of this file.

Classes

class  helloAction
class  WidgetMouse
 This is an example of a custom device. More...
class  Application

Functions

int main ()


Function Documentation

int main (  ) 

Definition at line 121 of file demo.cpp.

References Application::run().

00121            {
00122   Application myApp;
00123   myApp.run();
00124 
00125   return 0;
00126 }

Here is the call graph for this function:


(c) 2006-2007 John P. Feltz
Generated on Wed Jul 25 16:08:02 2007 for Common Media Input Layer by doxygen 1.4.7

SourceForge.net Logo