Hi Guys,
Is there a way you can send all messages from a focused child window to the parent window?
I have a scenario where I don't have access to the parent windows callback function and only have the window handle (because of a somewhat locked out 3rd party API). The parent handle is in charge of any input etc. But if my child window is in focus no input is detected. So ideally, I'd like any windows messages the client receives be duplicated to the parent.
As a side question, is it possible to get a pointer …