Confirm window that opens at cursor location?

I’m using confirm windows for a fair amount of the buttons in my project and they always open in the middle of the screen. Is there any way I can open a confirm window in a specific location or where the cursor is?
I’m just looking to reduce mouse travel so it’s not a deal breaker by any means but it would be a nice “ease of use” thing.

I could always create my own confirm pop-up window as a workaround but if it works with the builtin system.gui.confirm that would be even better.

Hi @adam.hellyer,

Is this in Vision or Perspective? What version are you running?

Vision, version 8

Hi @adam.hellyer,

There doesn’t seem to be a way to open a confirmation popup at the mouse location using system.gui.confirm

Okay thank you