I'm working on a dll for game maker and I'm running into some issues. I seems I can't change the dpi settings on an already created window. Is this true or is there some workaround? I've been using SetProcessDpiAwareness and SetThreadDpiAwarenessContext. I was using c# but I don't mind switching to c++ if needed.
Thanks in advance.