Addition to previous commit

This commit is contained in:
Ludwig Frühschütz 2021-03-27 00:17:15 +01:00
parent 859b9629d7
commit 88a0d53725

View File

@ -311,6 +311,7 @@ int handleOscMsg(const osc::ReceivedMessage& m)
return ret;
}
#ifdef _DEBUG
/* Debugging function to test messaging. Probably will be removed later. */
DLLEXPORT int testMsg(HWND windowHandle, unsigned int messageID)
{
@ -320,4 +321,5 @@ DLLEXPORT int testMsg(HWND windowHandle, unsigned int messageID)
PostMessage(hwnd, 0x1002, 0, lParam); //post to message queue
return reinterpret_cast<int&>(theFloat);
}
#endif // DEBUG