I found the program returned at this line
Code: Select all
bool Window::captureInput(void)
{
// we can only capture if we are the active window
if (!isActive()) {
return false; //<<-------
}
...
So... How can i set a window as "ACTIVE"?