|
|
@ -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
|
|
|
|
|