Addition to previous commit
This commit is contained in:
parent
859b9629d7
commit
88a0d53725
@ -311,6 +311,7 @@ int handleOscMsg(const osc::ReceivedMessage& m)
|
|||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifdef _DEBUG
|
||||||
/* Debugging function to test messaging. Probably will be removed later. */
|
/* Debugging function to test messaging. Probably will be removed later. */
|
||||||
DLLEXPORT int testMsg(HWND windowHandle, unsigned int messageID)
|
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
|
PostMessage(hwnd, 0x1002, 0, lParam); //post to message queue
|
||||||
return reinterpret_cast<int&>(theFloat);
|
return reinterpret_cast<int&>(theFloat);
|
||||||
}
|
}
|
||||||
|
#endif // DEBUG
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user