Browse Source

Addition to previous commit

tags/0.1
Ludwig Frühschütz 3 years ago
parent
commit
88a0d53725
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      OSC2AHK/dllmain.cpp

+ 2
- 0
OSC2AHK/dllmain.cpp 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

Loading…
Cancel
Save