View Single Post
Old 11-03-2018, 07:05 AM   #102
juliansader
Human being with feelings
 
Join Date: Jul 2009
Posts: 3,714
Default

Before you can peek at a window message, you must first begin intercepting it, e.g.:
Code:
reaper.JS_WindowMessage_Intercept(cur_view,"WM_LBUTTONDOWN", true)
If no message of type "WM_LBUTTONDOWN" has been intercepted yet, the return time and params will be 0.
juliansader is offline   Reply With Quote