View Single Post
Old 12-23-2019, 10:29 AM   #842
Sexan
Human being with feelings
 
Sexan's Avatar
 
Join Date: Jun 2009
Location: Croatia
Posts: 4,597
Default

Are there any changes to WindowMessage_PassThrough API?

Code:
if track_part == "LOWER" then
   reaper.JS_WindowMessage_PassThrough(track_window, "WM_LBUTTONDOWN", false)
elseif track_part == "UPPER" then
   reaper.JS_WindowMessage_PassThrough(track_window, "WM_LBUTTONDOWN", true)
end
This does not do anything ? Should be blocking mouse click. Its looped while the mouse is down so not sure why its not working.
Sexan is offline   Reply With Quote