diff --git a/library/DFKeys-windows.cpp b/library/DFKeys-windows.cpp index 8ceb776a0..c3bf11632 100644 --- a/library/DFKeys-windows.cpp +++ b/library/DFKeys-windows.cpp @@ -100,6 +100,8 @@ BOOL CALLBACK EnumWindowsProc (HWND hwnd, LPARAM lParam) } return TRUE; } + +// TODO: investigate use of PostMessage() for input sending to background windows void API::TypeStr (const char *lpszString, int delay, bool useShift) { //Resume();