You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NativeOptions has an initial_window_pos, but I'll keep this issue open for adding a epi::Frame::set_window_pos too (for changing window position at runtime).
Is your feature request related to a problem? Please describe.
I need to be able to set the window position of the window.
Describe the solution you'd like
Adding a
window_position
field of typeVec2
to theNativeOptions
struct should be enough.The text was updated successfully, but these errors were encountered: