[overwolf.windows] changePosition & changeSize relative to a screen

Feature Description:

We have a recording overlay that indicates which screen is currently recorded.
When the overlay starts, we move it to the edges of the relevant window.
we calculate where to position the window and use changeSize/changePosition accordingly.

We would like to simplify that by having a version of changeSize & changePosition that takes the monitor and relative values to that monitor.

impact for my app: [low, mid, high, show-stopper].

low

What is your current pain point?

The current position and size are relative to the main monitor’s position and each monitor’s DPI.
this makes the calculation quite cumbersome.

What do you have in mind to solve it?

provide changeSize/ changePosition varients that work in relative to a monitor

Hi Shir, Thank you for bringing this one to our attention.

We have added this to our list and our new API will address this, though it may take a while to implement so no ETA currently.