mirror of https://github.com/PCSX2/pcsx2.git
12 lines
286 B
C
12 lines
286 B
C
|
#include "Global.h"
|
||
|
#include "PS2Edefs.h"
|
||
|
|
||
|
// This entire thing isn't really needed,
|
||
|
// but takes little enough effort to be safe...
|
||
|
|
||
|
void QueueKeyEvent(int key, int event);
|
||
|
int GetQueuedKeyEvent(keyEvent *event);
|
||
|
|
||
|
// Cleans up as well as clears queue.
|
||
|
void ClearKeyQueue();
|