mirror of
https://github.com/PCSX2/pcsx2.git
synced 2025-04-02 10:52:54 -04:00
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@2894 96395faa-99c1-11dd-bbfe-3dabce05a288
9 lines
233 B
C
9 lines
233 B
C
|
|
// 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();
|