Zerthox / arcdps-food-reminder

ArcDPS plugin for Guild Wars 2 allowing tracking of buff food & utility items.
MIT License
16 stars 3 forks source link

Window Relative Position Option missing #26

Open Jawastew opened 2 years ago

Jawastew commented 2 years ago

ArcDPS and some plugins seem to support a "Window Relative" position, would it be possible to add support for this?

It's part of the right click -> Position menu

image

Zerthox commented 1 year ago

It seems like Arc and the other plugins with this feature do so by making use of ImGui internals, which aren't accessible from Rust as of now. Will have to look into how feasible it is to get some bindings just for the internals required to realize this.

Jawastew commented 1 year ago

Thanks for the info, I didn't know this was a ImGui feature. You can close the issue if you're not planning on implementing this :D