Rang
2016-09-14 20:38:02 UTC
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?
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?