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


Go to the source code of this file.
Classes | |
| class | MMSInputDFBHandler |
Defines | |
| #define | DFBCHECK(x...) |
| #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.