Defines | Functions

direct-input/test/raw.cpp File Reference

#include <iostream>
#include <time.h>
#include "common/common.h"
#include "direct-input/di-diagnostics.h"
#include "perf/perf.h"
#include "util/file.h"
#include "wave-windows/wave-windows.h"
Include dependency graph for direct-input/test/raw.cpp:

Go to the source code of this file.

Defines

#define DUMP_FORMAT(token)

Functions

static BOOL deviceCallback (LPCDIDEVICEINSTANCEA lpddi, void *context)
static void doTest (void)
int main (IN int argc, IN const char *argv[])

Define Documentation

#define DUMP_FORMAT (   token  ) 
Value:
{                                                               \
                DPRINTF("Dumping %s...", #token);                       \
                std::cerr << ( token );                                 \
        }

Definition at line 50 of file direct-input/test/raw.cpp.


Function Documentation

static BOOL deviceCallback ( LPCDIDEVICEINSTANCEA  lpddi,
void *  context 
) [static]

Definition at line 29 of file direct-input/test/raw.cpp.

static void doTest ( void   )  [static]

Definition at line 59 of file direct-input/test/raw.cpp.

int main ( IN int  argc,
IN const char *  argv[] 
)

Definition at line 205 of file direct-input/test/raw.cpp.