mirror of
https://github.com/libretro/pcsx2.git
synced 2025-01-22 01:24:58 +00:00
3476172c49
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@472 96395faa-99c1-11dd-bbfe-3dabce05a288
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();
|