gzdoom/code/win32/I_input.h
1998-12-22 00:00:00 +00:00

14 lines
212 B
C

#ifndef __I_INPUT_H__
#define __I_INPUT_H__
#include "doomtype.h"
extern int KeyRepeatRate;
extern int KeyRepeatDelay;
BOOL I_InitInput(void *hwnd);
void I_ShutdownInput(void);
void I_GetEvent(void);
#endif