mmsinputdfbhandler.h File Reference

#include "mmsgui/mmsguitools.h"
#include "mmsbase/mmsbase.h"
#include "mmsinput/mmsinputhandler.h"

Include dependency graph for mmsinputdfbhandler.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.


Classes

class  MMSInputDFBHandler

Defines

#define DFBCHECK(x...)

Define Documentation

#define DFBCHECK ( x...   ) 

Value:

{\
             DFBResult err = x;\
             if (err != DFB_OK) {\
                  fprintf( stderr, "%s <%d>:\n\t", __FILE__, __LINE__ );\
                  DirectFBErrorFatal( #x, err );\
             }\
        }

Definition at line 43 of file mmsinputdfbhandler.h.