bemanitools/src/main/dinput/dinput.h
2020-04-05 02:18:24 -07:00

11 lines
199 B
C

#ifndef DINPUTHOOK_DINPUT_H
#define DINPUTHOOK_DINPUT_H
#include <windows.h>
// This is to stub out the dinput device
// Such that rawinput can still poll keyboards
void dinput_init(void);
#endif