mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-04-28 05:30:43 +00:00
15 lines
206 B
C
15 lines
206 B
C
![]() |
#ifndef __I_INPUT_H__
|
||
|
#define __I_INPUT_H__
|
||
|
|
||
|
#include "doomtype.h"
|
||
|
|
||
|
extern int KeyRepeatRate;
|
||
|
extern int KeyRepeatDelay;
|
||
|
|
||
|
BOOL I_InitInput(void);
|
||
|
void I_ShutdownInput(void);
|
||
|
|
||
|
void I_GetEvent(void);
|
||
|
|
||
|
#endif
|