Originally Posted by 20BN
I successfully embedded the GAME WINDOW into the WALLPAPER WINDOW, but I can’t use keypress and mouse events.

That's normal. When the engine's window is in the background, you can use GetKeyState and similar commands from WINAPI. Afaik, these commands will work fine.