Tagged Questions
1
vote
1answer
167 views
Is there a way to get SendInput to work with an application using GDK?
I have an application that can successfully inject keyboard input using the SendInput API with the UNICODE flag set. This causes WM_KEYUP and WM_KEYDOWN messages to be generated with the VK code of E7 ...