#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"
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 DUMP_FORMAT | ( | token | ) |
{ \
DPRINTF("Dumping %s...", #token); \
std::cerr << ( token ); \
}
Definition at line 50 of file direct-input/test/raw.cpp.
| 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.
1.7.1