mirror of
https://github.com/Pecusx/libretro-atari800.git
synced 2026-05-21 21:33:56 +02:00
initial commit
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
#ifndef KEYBOARD_H_
|
||||
#define KEYBOARD_H_
|
||||
|
||||
#define SHOWKBCODES 0
|
||||
#define KBCODES 0x100
|
||||
|
||||
#include <dinput.h>
|
||||
|
||||
extern int pause_hit;
|
||||
extern int kbcode;
|
||||
extern UBYTE kbhits[KBCODES];
|
||||
int prockb(void);
|
||||
int kbreacquire(void);
|
||||
int initinput(void);
|
||||
void uninitinput(void);
|
||||
void clearkb(void);
|
||||
HRESULT
|
||||
SetDIDwordProperty(LPDIRECTINPUTDEVICE pdev, REFGUID guidProperty,
|
||||
DWORD dwObject, DWORD dwHow, DWORD dwValue);
|
||||
|
||||
#endif /* KEYBOARD_H_ */
|
||||
Reference in New Issue
Block a user