As usual while waiting for the next release - don't forget to check the nightly builds in the forum.
INPUT Klik;ZeroMemory (&Klik, sizeof(INPUT)); Klik.type = INPUT_MOUSE; Klik.mi.dwFlags = MOUSEEVENTF_LEFTDOWN; SendInput (1, &Klik, sizeof(INPUT));
D:\CodeBlocks\Kliker\main.cpp|81|error: 'INPUT' was not declared in this scope|