2006-02-25 20:50:29 +00:00
|
|
|
#pragma once
|
|
|
|
|
|
|
|
void ClipboardInitiatePaste();
|
|
|
|
|
|
|
|
void KeybReset();
|
2006-06-26 16:59:48 +00:00
|
|
|
bool KeybGetAltStatus();
|
|
|
|
bool KeybGetCapsStatus();
|
2006-02-25 20:50:29 +00:00
|
|
|
bool KeybGetCtrlStatus();
|
2006-06-26 16:59:48 +00:00
|
|
|
bool KeybGetShiftStatus();
|
2006-02-25 20:50:29 +00:00
|
|
|
void KeybUpdateCtrlShiftStatus();
|
|
|
|
BYTE KeybGetKeycode ();
|
|
|
|
DWORD KeybGetNumQueries ();
|
|
|
|
void KeybQueueKeypress (int,BOOL);
|
|
|
|
void KeybToggleCapsLock ();
|
|
|
|
DWORD KeybGetSnapshot(SS_IO_Keyboard* pSS);
|
|
|
|
DWORD KeybSetSnapshot(SS_IO_Keyboard* pSS);
|
|
|
|
|
|
|
|
BYTE __stdcall KeybReadData (WORD pc, BYTE addr, BYTE bWrite, BYTE d, ULONG nCyclesLeft);
|
|
|
|
BYTE __stdcall KeybReadFlag (WORD pc, BYTE addr, BYTE bWrite, BYTE d, ULONG nCyclesLeft);
|