Revert the recent changes related to updating hwnd

This commit is contained in:
skidau 2015-03-28 11:08:25 +11:00
commit 4f965da4f1
5 changed files with 6 additions and 29 deletions

View file

@ -39,4 +39,6 @@ namespace HotkeyManagerEmu
bool IsEnabled();
void Enable(bool enable_toggle);
bool IsPressed(int Id, bool held);
static bool enabled;
}