Is your feature request related to a problem? Please describe.
Because of https://gitlab.kitware.com/vtk/vtk/-/work_items/20112, we cant rely on VTK to store the position.
Also Cocoa has some specificities on that regard.
In order to provide a getPosition API and also to be able to load/save statefiles containing the position, we need to store it internally
Describe the solution you'd like
- In window_impl.h, store the position as members
- Add a window::getPosition() API and bindings
Is your feature request related to a problem? Please describe.
Because of https://gitlab.kitware.com/vtk/vtk/-/work_items/20112, we cant rely on VTK to store the position.
Also Cocoa has some specificities on that regard.
In order to provide a getPosition API and also to be able to load/save statefiles containing the position, we need to store it internally
Describe the solution you'd like