View Single Post
Old 04-01-2020, 06:32 AM   #997
Sexan
Human being with feelings
 
Sexan's Avatar
 
Join Date: Jun 2009
Location: Croatia
Posts: 4,691
Default

Hi Julian.
Area51 is finally working on OSX but there is one issue:
Code:
if reaper.JS_Window_GetForeground() ~= main_wnd then
    return
  end
This is used to prevent clicking thru windows.On windows its working as expected but on osx its not working.
On OSX when any window is opened its triggering this API call.

Code:
reaper.BR_Win32_GetForegroundWindow()
Is also affected.

Windows

Area should move as you see.

On OSX if any window is opened you cannot move it (its triggering true).

Stevie will follow up this post with OSX side

Last edited by Sexan; 04-01-2020 at 06:57 AM.
Sexan is online now   Reply With Quote