Keyboard events not work after SDL_CreateWindowFrom

Hi,

When creating window by SDL_CreateWindow - all ok, events from keyboard are exist.

When creating window by SDL_CreateWindowFrom - keyboard events are not added to queue. And with SDL_PollEvent loop i can’t handle them.
All other events work fine.

SDL_GetKeyboardFocus return ‘null’.

Program written on Delphi, have main Form (TForm) and Panel object (TPanel) on them. SDL window is created on Panel (with Panel.Handle = hwnd).

Has anyone experienced this?

Hi,
Have you solved this problem? I also encountered this problem. Can you tell the solution, thank you.

Same. Is there a working solution or work-around? Some flag maybe?