View Single Post
Old 11-03-2018, 05:27 AM   #101
Sexan
Human being with feelings
 
Sexan's Avatar
 
Join Date: Jun 2009
Location: Croatia
Posts: 4,528
Default

Code:
cur_view = reaper.JS_Window_FromPoint(reaper.GetMousePosition())

 retval, passedThrough, time, wParamLow, wParamHigh, lParamLow, lParamHigh = reaper.JS_WindowMessage_Peek( cur_view, "WM_LBUTTONDOWN" )
Why is this not returning anything? I'm interested in keyboard events (from types) but since it did not worked, tried ones that "worked" on first page examples and it still does not return any value
Sexan is offline   Reply With Quote